Skip to content

v2.0.0-beta.1 - 2026/02/19

Pre-release
Pre-release

Choose a tag to compare

@RobbepopRobbepop released this 19 Feb 17:07
· 76 commits to main since this release
v2.0.0-beta.1
177f508

Changed

  • Wasmi's internal Handle trait no longer has a From super-trait. #1804
    • This fixes an issue from users with conflicting From impls for Wasmi handles
      such as Func, Global, etc..