Releases: WebAssembly/wasp
Releases · WebAssembly/wasp
v0.0.4
v0.0.3
v0.0.2
Changes since v0.0.1:
- Update testsuite; fix most issues (#13)
- Add new SIMD instructions (#15)
- Support rtt.{canon,sub} in constant expressions (#16)
- Add {binary,text}::InstructionKind enum (#17)
- Use Abseil; remove fmt/span-lite/phmap (#19)
- Rename
.def
files to.inc
files (#20) - Add binary::FuncBindImmediate (#18)
- Implement ToText, for converting binary -> text (#21)
v0.0.1 - Initial Release
This is the initial release of the WebAssembly/wasp library.
It currently has near complete support for the WebAssembly GC proposal MVP2. See https://docs.google.com/document/d/1DklC3qVuOdLHSXB5UXghM_syCh-4cMinQ50ICiXnK3Q/edit?usp=sharing.
The only known missing feature is #12.