Skip to content

v0.6.1

Compare
Choose a tag to compare
@atdrendel atdrendel released this 03 Aug 19:59
· 4 commits to main since this release
3dab007

This release fixes a bug in which deinitializing an instance of WasmInterpreter would remove all cached implementations for functions imported by any WasmInterpreter instance, not just the one being deinitialized. Now, a unique identifier is generated for each instance of WasmInterpreter, and that identifier is used as the key to its cached imported functions.

This pull request also increases to 10 the maximum number of Wasm functions that can share the same implementation in the same module. Previously, the limit was 3.