Releases: WebAssembly/wabt
Releases · WebAssembly/wabt
1.0.23
Version 1.0.23 (#1654)
- add _free to exports for building libwabtjs
1.0.22
Version 1.0.22 (#1650)
- thirdparty/testsuite updates
- WASI compilation fixes
- 32-bit compile fixes
- SIMD updates
1.0.20
Rename atomic.notify, *.atomic.wait (#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
Completely disable signal handler on 32-bit (#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
Use #warning instead of #warn (#1487)
1.0.17
Add install prefix for build releases [skip ci]