Skip to content

Releases: WebAssembly/wabt

1.0.19

21 Jul 22:19
cd5ff13

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

Choose a tag to compare

Use #warning instead of #warn (#1487)

1.0.17

18 Jun 00:16

Choose a tag to compare

Add install prefix for build releases [skip ci]

1.0.16

20 May 19:59
3625539

Choose a tag to compare

1.0.16 Pre-release
Pre-release
Add build flag to disable build of libwasm (#1435)

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

1.0.15

05 May 21:36

Choose a tag to compare

Update emscripten build after SIMD change

1.0.14

05 May 18:56

Choose a tag to compare

wabt release

1.0.13: Initial WASM C API implementation. (#1250)

17 Jan 20:38
7c80d05

Choose a tag to compare

All tests except `threads` pass.

1.0.12

25 Sep 21:07
cf261f2

Choose a tag to compare

[wasm2c] Fix realloc check in wasm_rt_grow_memory (#1171)

See issue #1159.

1.0.11

10 May 21:33

Choose a tag to compare

wabt release

1.0.10

07 Mar 02:04

Choose a tag to compare

[travis] Only run before_deploy script once