Skip to content

v0.47.0 - 2025-05-30

Latest
Compare
Choose a tag to compare
@Robbepop Robbepop released this 30 May 16:05
· 19 commits to main since this release
v0.47.0
572b76c

Changed

  • Remove the downcast-rs dependency from Wasmi crates. #1517
  • Bump the minimum supported Rust version (MSRV) to Rust 1.86. #1518
    • This change was necessitated by the removal of downcast-rs.

Internal

  • Lower select instructions more aggressively. #1526
    • This significantly reduced the number of different select instruction
      variants and thus might have positive effects on Wasmi's execution performance.