Skip to content

Tags: zy0999/wabt

Tags

1.0.19

Toggle 1.0.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Completely disable signal handler on 32-bit (WebAssembly#1488)

The previous change prevented `WASM_RT_MEMCHECK_SIGNAL_HANDLER_POSIX`
from being defined, but `WASM_RT_MEMCHECK_SIGNAL_HANDLER` was still
defined, which would prevent the memory bounds check.

1.0.18

Toggle 1.0.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use #warning instead of #warn (WebAssembly#1487)

1.0.17

Toggle 1.0.17's commit message
Add install prefix for build releases [skip ci]

gh-actions-test2

Toggle gh-actions-test2's commit message
Fix typo in build_release.yml

gh-actions-test

Toggle gh-actions-test's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[wasm-c-api] Implement missing functions (WebAssembly#1461)

For now, the wasm-c-api interface in wabt doesn't have its own tests,
and relies on the wasm-c-api repo's examples for testing. This means
that some functions that are not used in any examples were accidentally
omitted.

TODO: wabt (or wasm-c-api) should have explicit tests of the API
surface.

1.0.16

Toggle 1.0.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add build flag to disable build of libwasm (WebAssembly#1435)

This allows the wabt tools to be build with no git submodules

1.0.15

Toggle 1.0.15's commit message
Update emscripten build after SIMD change

1.0.14

Toggle 1.0.14's commit message
Update emscripten build after SIMD change

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.