Releases: mohanson/pywasm
Releases · mohanson/pywasm
v2.0.0
Since the original release 1.0 of the WebAssembly specification, a number of proposals for extensions have been integrated. pywasm
officially updated to 2.0.0 to support all webassembly 2.0 proposals expect vector.
WebAssembly Specification, Release 2.0 (Draft 2024-11-12).
Full Changelog: v1.2.3...v2.0.0
v1.2.3
v1.2.2
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Full Changelog: v1.2.0...v1.2.1
v1.2.0
What's Changed
- Implement land bulk instructions and reference types proposals by @mohanson in #65
- Fix that memory is exported/imported with correct min limit by @mohanson in #66
- Support externref segment by @mohanson in #67
- Update spectest by @mohanson in #68
- Bump version to v1.2.0 by @mohanson in #69
Full Changelog: v1.1.1...v1.2.0