Skip to content

Tags: mwilliamson/wabt

Tags

1.0.26

Toggle 1.0.26's commit message
Version 1.0.26

1.0.25

Toggle 1.0.25'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.25 (WebAssembly#1788)

1.0.24

Toggle 1.0.24'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.24 (WebAssembly#1701)

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]