Releases: WebAssembly/wabt
Releases · WebAssembly/wabt
1.0.6: Require reserved instruction bytes to be one byte (#922)
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
1.0.4
1.0.3: Some fixes for binary releases (#879)
* 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)
Fixes #875, maybe.