Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 910 Bytes

CHANGELOG.md

File metadata and controls

33 lines (20 loc) · 910 Bytes

Changelog

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

Added

  • Add supports for WebAssembly's Globals
  • Add oninit callback to custom module imports to know when the module is instatiated

Fixed

  • 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

Added

  • Add initial commit