Skip to content

v0.11: Variant improvements and fixes

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Aug 16:39
· 581 commits to main since this release
908f764

This release solves some problems found with Variants in the guest.

If you are upgrading to this version, remember to docker pull to get the latest container, as well as rebuilding your programs.

What's Changed

  • Variant reduced from 32- to 24-bytes
  • Scoped variants have call-lifetime and only needs an index
  • Only add scoped variants when trust is implicit
  • Add alignas work-around for insane 32-bit x86 Android
  • Free Variants passed as VM call arguments (solves run-away guest arena usage issue)

Full Changelog: v0.10...v0.11