Skip to content

Releases: WebAssembly/wabt

1.0.6: Require reserved instruction bytes to be one byte (#922)

09 Oct 00:57
795d129
Compare
Choose a tag to compare
The spec requires that the reserved bytes in `call_indirect`,
`memory.grow`, and `memory.size` to be one zero byte. This means that we
cannot accept `0x80 0x00`, or other "long" LEB128 encodings of zero.

1.0.5

26 Jul 01:26
Compare
Choose a tag to compare

wabt release

1.0.4

26 Jul 00:16
Compare
Choose a tag to compare
[appveyor] Maybe fix deploy issues

1.0.3: Some fixes for binary releases (#879)

25 Jul 22:23
847d112
Compare
Choose a tag to compare
* Create the artifacts before they are packaged (`before_deploy` happens
afterward)
* MacOS doesn't have sha256, so use python

1.0.2: Binary releases for travis/appveyor (#876)

24 Jul 21:41
dd9d51d
Compare
Choose a tag to compare

1.0.1

01 May 18:02
a0bdeb7
Compare
Choose a tag to compare
Read and write module names in the names section (#831)