Skip to content

Tags: tagion/fork-wabt

Tags

1.0.13

Toggle 1.0.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Initial WASM C API implementation. (WebAssembly#1250)

All tests except `threads` pass.

1.0.12

Toggle 1.0.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[wasm2c] Fix realloc check in wasm_rt_grow_memory (WebAssembly#1171)

See issue WebAssembly#1159.

1.0.11

Toggle 1.0.11's commit message
Initial custom annotation support (WebAssembly#1076)

Lex custom annotations, but discard them in the parser. In the future we
should be able to parse some of them, but this is simple and
spec-compliant for now.

1.0.10

Toggle 1.0.10's commit message
[travis] Only run before_deploy script once

1.0.9

Toggle 1.0.9's commit message
[travis] Deploy tools webassembly bucket on GCS

1.0.8

Toggle 1.0.8's commit message
[appveyor] Generate sha256 file for deployment

Not sure this will work.

1.0.7

Toggle 1.0.7's commit message
Update to latest spec testsuite

1.0.6

Toggle 1.0.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Require reserved instruction bytes to be one byte (WebAssembly#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

Toggle 1.0.5's commit message
[appveyor] Another try at getting deploys working

1.0.4

Toggle 1.0.4's commit message
[appveyor] Maybe fix deploy issues