Releases: shareup/wasm-interpreter-apple
Releases · shareup/wasm-interpreter-apple
v0.8.1
v0.8.0
v0.7.0
v0.6.1
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.
v0.6.0
Adds support for native functions accepting 7 and 8 arguments (thanks @brooksmtownsend!)
v0.5.3
v0.5.2
v0.5.1
v0.5.0
v0.4.4
Update to CWasm3 v0.4.9.