Skip to content

v2.0.0-beta.9 - 2026/07/29

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 29 Jul 00:43
v2.0.0-beta.9
9a0e85b

Internal

  • Add inline annotations to prevent spilling in some execution handlers.
  • Simplify fetching memory bytes in the executor. #2010
    • This improves codegen for some load and store execution handlers.
  • Make the Inst type wrap usize on platforms with enough GPRs. #2011
    • This improves performance on platforms such as aarch64 (a.k.a Apple Silicon).