Skip to content

Releases: WebAssembly/wabt

1.0.26

13 Jan 04:26
Compare
Choose a tag to compare
Version 1.0.26

1.0.25

12 Jan 21:27
b3f1efb
Compare
Choose a tag to compare
Version 1.0.25 (#1788)

1.0.24

30 Aug 09:36
21279a8
Compare
Choose a tag to compare
Version 1.0.24 (#1701)

1.0.23

24 Mar 21:24
aa0515b
Compare
Choose a tag to compare

Version 1.0.23 (#1654)

  • add _free to exports for building libwabtjs

1.0.22

24 Mar 00:34
6a18d15
Compare
Choose a tag to compare

Version 1.0.22 (#1650)

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

1.0.21

03 Mar 00:39
bdd7059
Compare
Choose a tag to compare
Version 1.0.21 (#1618)

1.0.20

10 Nov 20:36
830d32a
Compare
Choose a tag to compare
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

21 Jul 22:19
cd5ff13
Compare
Choose a tag to compare
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

16 Jul 18:41
d214642
Compare
Choose a tag to compare
Use #warning instead of #warn (#1487)

1.0.17

18 Jun 00:16
Compare
Choose a tag to compare
Add install prefix for build releases [skip ci]