Skip to content

Releases: WebAssembly/binaryen

version_88: Compile Linux release binaries with Clang (#2274)

01 Aug 15:57
Compare
Choose a tag to compare
This fixes #2273 for... unknown reasons. The tl;dr; is that the current
release binaries built in this Alpine container seem to segfault when
run over some wasm files when an exception is thrown, but clang-built
binaries magically seems to not segfault!

version_87

15 Jul 22:37
c7e9271
Compare
Choose a tag to compare
[fuzzing] Give each testcase handler a list of feature flags it requi…

version_86

10 Jul 10:13
Compare
Choose a tag to compare
Create version_86

version_85: Initial tail call implementation (#2197)

08 Jul 17:47
2a138fa
Compare
Choose a tag to compare
Including parsing, printing, assembling, disassembling.

TODO:

 - interpreting
 - effects
 - finalization and typing
 - fuzzing
 - JS/C API

1.38.32

20 May 16:48
677808a
Compare
Choose a tag to compare
Fix AvoidReinterprets on reinterpreted loads of fewer than the full s…

version_84

10 May 21:18
70434ef
Compare
Choose a tag to compare
Generate `dynCall` function for all signature used by `invoke` functi…

version_83

25 Apr 18:52
ef6020c
Compare
Choose a tag to compare
wasm2js: optimize loops and eqz (#2051)

1.38.31

24 Apr 14:53
5d3fcff
Compare
Choose a tag to compare
wasm2js: emit quoted properties for the exports, to support closure c…

version_82

22 Apr 18:49
f87de2a
Compare
Choose a tag to compare
wasm-emscripten-finalize: Handle relocatable code in AsmConstWalker (…

version_81

19 Apr 16:18
a4baf21
Compare
Choose a tag to compare
wasm2js: handle unreachable select and global.set (#2029)