Skip to content

v1.0.4

Latest
Compare
Choose a tag to compare
@Hywan Hywan released this 12 Aug 14:34
· 47 commits to master since this release

Added

  • #230 Test against the nightly version of Wasmer everyday at 2am.
  • #229 Showcase how to get Instance inside a host function.

Changed

  • #276 Update the underlying runtime to Wasmer 2.0, which provides improved performances, and better stability.
  • #268 and #247 Update all Rust dependencies.

Fixed

  • #277 Force finalizers to explore the graph of objects.
  • #264 Update the store field when deserializing a Module.
  • #244 Place imports in Instance to prevent them being freed during function execution.
  • #242 Correctly handle I64 (and other) values returned from imported functions.