Skip to content

Releases: shareup/wasm-interpreter-apple

v0.4.3

21 Feb 14:19
09e0c1d
Compare
Choose a tag to compare

v0.4.2

18 Feb 14:39
1661826
Compare
Choose a tag to compare

Updates CWasm3 to v0.4.8, which corresponds to Wasm3 v0.4.8.

v0.4.1

16 Feb 22:43
9fe3db5
Compare
Choose a tag to compare

Deprecate the public interface for Heap in favor of the writeToHeap() and dataFromHeap() functions.

Fix the incorrect usage of UnsafePointer.withMemoryRebound().

v0.4.0

16 Feb 21:10
eb2130e
Compare
Choose a tag to compare

Fix off-by-one error when accessing heap memory.

v0.3.0

16 Feb 14:53
dd5edda
Compare
Choose a tag to compare

Add convenience methods for reading from and writing to a WebAssembly module's memory.

v0.2.4

28 Nov 23:39
91e4046
Compare
Choose a tag to compare

Update CWasm3 to add support for functions that share the same implementation.

v0.2.3

30 Oct 21:32
Compare
Choose a tag to compare

v0.2.2

18 Sep 16:15
Compare
Choose a tag to compare

Update CWasm3.

v0.2.1

17 Sep 23:58
Compare
Choose a tag to compare

Update CWasm3.

v0.2.0

13 Aug 21:52
Compare
Choose a tag to compare

Add WasmInterpreter.heap() function to access the contents of a module's memory directly.