Releases: shareup/wasm-interpreter-apple
Releases · shareup/wasm-interpreter-apple
v0.4.2
Updates CWasm3
to v0.4.8, which corresponds to Wasm3
v0.4.8.
v0.4.1
Deprecate the public interface for Heap
in favor of the writeToHeap()
and dataFromHeap()
functions.
Fix the incorrect usage of UnsafePointer.withMemoryRebound()
.
v0.4.0
Fix off-by-one error when accessing heap memory.
v0.3.0
Add convenience methods for reading from and writing to a WebAssembly module's memory.
v0.2.4
Update CWasm3 to add support for functions that share the same implementation.
v0.2.0
Add WasmInterpreter.heap()
function to access the contents of a module's memory directly.