Skip to content

v0.5.0

Compare
Choose a tag to compare
@explodingcamera explodingcamera released this 01 Mar 15:15
· 64 commits to main since this release
v0.5.0
d2b6c53

[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 wasmparser fork
  • 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