All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.2 - 2024-17-09
- Add supports for WebAssembly's Globals
- Add
oninit
callback to custom module imports to know when the module is instatiated
- Fix a bug where the buffer sent from the sandbox was larger than expected
- Fix a bug where the
task
might throws if the callback given wasn't returning a promise
0.1.1 - 2024-12-02
- Add initial commit