Skip to content

Releases: WebAssembly/wasp

v0.0.4

19 Nov 19:19
aaafda2
Compare
Choose a tag to compare

Changes since v0.0.3:

  • Implement wat-numeric-values proposal (#28)
  • Disallow shared flag when threads are disabled (#29)
  • Write HeapKind and BlockType as signed values (#32)
  • Fix array.{get*,set} validation (#31)

v0.0.3

12 Nov 23:10
35b89eb
Compare
Choose a tag to compare

Changes since v0.0.2:

  • Fix some includes (#23)
  • Implement memory64 (#22)
  • Remove third_party/gdtoa; use absl (#24)
  • Fix binary encoding of rtt and i31 (#25)

v0.0.2

03 Nov 21:36
127c7b8
Compare
Choose a tag to compare

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

22 Oct 22:24
766c043
Compare
Choose a tag to compare

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.