Skip to content

v0.38.0 - 2024-10-06

Latest
Compare
Choose a tag to compare
@Robbepop Robbepop released this 06 Oct 10:35
· 9 commits to main since this release
v0.38.0
35eb605

Added

  • Add no-hash-maps crate feature to Wasmi CLI and enable it by default. #1225

Internal

  • Rename various instructions and add ShiftAmount abstraction. #1221
  • Use Rust's ControlFlow utility. #1223
  • Use get_memory in load and store execution handlers. #1224