Skip to content

Tags: nagy/wabt

Tags

1.0.23

Toggle 1.0.23's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.0.23 (WebAssembly#1654)

- add _free to exports for building libwabtjs

1.0.22

Toggle 1.0.22's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.0.22 (WebAssembly#1650)

- thirdparty/testsuite updates
- WASI compilation fixes
- 32-bit compile fixes
- SIMD updates

1.0.21

Toggle 1.0.21's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Version 1.0.21 (WebAssembly#1618)

1.0.20

Toggle 1.0.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rename atomic.notify, *.atomic.wait (WebAssembly#1564)

atomic.notify   -> memory.atomic.notify
i32.atomic.wait -> memory.atomic.wait32
i64.atomic.wait -> memory.atomic.wait64

These were renamed upstream a while ago, but the new names were not
added to wabt.

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