This repository was archived by the owner on Oct 3, 2025. It is now read-only.
v0.5.0
[0.5.0] - 2024-03-01
All Commits: v0.4.0...v0.5.0
Added
- Added a
CHANGELOG.md - Added merged instructions for improved performance and reduced byte code size
Changed
- Now using a custom
wasmparserfork - Switched to a visitor pattern for parsing WebAssembly modules
- Reduced the overhead of control flow instructions
- Reduced the size of bytecode instructions
- Fixed issues on the latest nightly Rust compiler
- Simpliefied a lot of the internal macros
Removed
- Removed duplicate internal code