v0.11: Variant improvements and fixes
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