Skip to content

Releases: WebAssembly/binaryen

version_97

17 Sep 15:58
edc03a6
Compare
Choose a tag to compare
Release 97 (#3140)

version_96

14 Aug 02:29
72f07db
Compare
Choose a tag to compare
Release 96 (#3040)

version_95

21 Jul 04:05
8da3c51
Compare
Choose a tag to compare
Version 95 (#2967)

version_94

12 Jun 17:30
49f2443
Compare
Choose a tag to compare
  • The C-API's BinaryenSetAPITracing and the JS-API's setAPITracing have been
    removed because this feature was not very useful anymore and had a significant
    maintainance cost.
  • wasm-emscripten-finalize will no longer generate stackSave, stackAlloc,
    stackRestore function. It not expects them to be included in the input
    file.

version_93

29 Apr 01:21
f53f88f
Compare
Choose a tag to compare
Version 93 (#2800)

version_92

20 Apr 20:31
1dc820c
Compare
Choose a tag to compare
Version 92 (#2778)

version_91

24 Feb 22:28
dfb2f27
Compare
Choose a tag to compare
Version 91 (#2642)

version_90

23 Dec 23:13
Compare
Choose a tag to compare
version_90

1.39.1

31 Oct 18:43
Compare
Choose a tag to compare
Fix BinaryenModuleAllocateAndWriteText parameter type (#2406)

This fixes a compiler error when trying to compile code calling this function with a C++ compiler.

1.38.48: Enable exnref instrumentation when EH is enabled (#2379)

17 Oct 16:23
c6cd444
Compare
Choose a tag to compare
`exnref` is enabled by not reference type feature but exception handling
feature. Sorry that I missed this in #2377.