index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Release 111 (#5264)
Thomas Lively
2022-11-18
1
-0
/
+3
*
Revert "Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)" ...
Thomas Lively
2022-11-16
1
-2
/
+1
*
Revert "Make `call_ref` type annotations mandatory (#5246)" (#5265)
Thomas Lively
2022-11-16
1
-1
/
+2
*
Make `call_ref` type annotations mandatory (#5246)
Thomas Lively
2022-11-15
1
-2
/
+1
*
Add a pass to lower sign-ext operations to MVP (#5254)
Alon Zakai
2022-11-15
1
-0
/
+1
*
Update default features to match new llvm defaults (#5212)
Sam Clegg
2022-11-03
1
-2
/
+7
*
[C API] Align I31ref and Dataref to be nullable (#5153)
dcode
2022-10-19
1
-0
/
+1
*
Implement bottom heap types (#5115)
Thomas Lively
2022-10-07
1
-0
/
+3
*
Change `exit()` to `Fatal()`; make it possible to throw on `Fatal()`. (#5087)
Brian Anderson
2022-10-01
1
-0
/
+3
*
Emit call_ref with a type annotation (#5079)
Thomas Lively
2022-09-23
1
-1
/
+3
*
[C API] Make TypeBuilderSetSubType take a heap type (#5045)
dcode
2022-09-23
1
-0
/
+1
*
[C-/JS-API] Add new BinaryenMemoryIs64 API + add memory64 argument for Binary...
Max Graey
2022-09-12
1
-0
/
+2
*
Release 110 (#5001)
Alon Zakai
2022-08-31
1
-1
/
+7
*
[Wasm GC] Support non-nullable locals in the "1a" form (#4959)
Alon Zakai
2022-08-31
1
-0
/
+1
*
Implement `extern.externalize` and `extern.internalize` (#4975)
Thomas Lively
2022-08-29
1
-0
/
+1
*
[NFC] Remove accidentally-deleted changelog entries (#4976)
Thomas Lively
2022-08-26
1
-0
/
+7
*
Make `i31ref` and `dataref` nullable (#4843)
Thomas Lively
2022-08-26
1
-7
/
+1
*
[Directize] Add a flag to consider initial table contents immutable (#4942)
Alon Zakai
2022-08-19
1
-0
/
+4
*
Restore the `extern` heap type (#4898)
Thomas Lively
2022-08-17
1
-0
/
+2
*
Remove support for parsing `let` (#4864)
Thomas Lively
2022-08-03
1
-0
/
+2
*
[JS Api] Reuse C-Api for emitText and emitStackIR (#4832)
Max Graey
2022-07-29
1
-0
/
+3
*
[Strings] Add string proposal types (#4755)
Alon Zakai
2022-06-29
1
-0
/
+3
*
Add changelog entry for --zero-filled-memory / 3306 (#4735)
Alon Zakai
2022-06-16
1
-0
/
+7
*
Release 109 (#4725)
Alon Zakai
2022-06-14
1
-0
/
+7
*
Release 108 (#4658)
Alon Zakai
2022-05-11
1
-0
/
+7
*
Release 107 (#4634)
Alon Zakai
2022-05-03
1
-0
/
+9
*
Update filecheck to 0.0.22 (#4537)
Thomas Lively
2022-03-21
1
-0
/
+3
*
Add BUILD_TESTS CMake option (#4536)
Thomas Lively
2022-03-21
1
-1
/
+3
*
Version 106 (#4533)
Alon Zakai
2022-03-18
1
-1
/
+10
*
Add CHANGELOG entry for v102 OptimizeInstructions (#4526)
Oscar Spencer
2022-03-14
1
-0
/
+2
*
Version 105 (#4449)
Derek Schuff
2022-01-12
1
-0
/
+5
*
Version 104 (#4400)
Sam Clegg
2021-12-16
1
-0
/
+5
*
Version 103 (#4364)
Sam Clegg
2021-12-01
1
-0
/
+3
*
Change from storing Signature to HeapType on CallIndirect (#4352)
Thomas Lively
2021-11-22
1
-0
/
+1
*
Effects: Differentiate mutable from immutable globals (#4286)
Alon Zakai
2021-10-29
1
-0
/
+4
*
Switch binaryen.js/wasm to ESM (#4280)
dcode
2021-10-28
1
-0
/
+7
*
Version 102 (#4143)
Alon Zakai
2021-09-10
1
-0
/
+3
*
Support specialized function types in element segments (#4109)
Alon Zakai
2021-09-02
1
-0
/
+2
*
Use the new module version of EffectAnalyzer (#4116)
Alon Zakai
2021-08-31
1
-0
/
+3
*
[API] Add type argument for BinaryenAddTable method (#4107)
Max Graey
2021-08-27
1
-0
/
+3
*
Deprecate IgnoreImplicitTraps (#4087)
Alon Zakai
2021-08-17
1
-0
/
+4
*
Release 101 (#3812)
Sam Clegg
2021-04-16
1
-0
/
+3
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-0
/
+2
*
Use stdbool boolean instead of int to represent boolean values in C API (#3670)
Paulo Matos
2021-03-17
1
-0
/
+1
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-0
/
+34
*
Release 100 (#3645)
Sam Clegg
2021-03-02
1
-0
/
+3
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-0
/
+26
*
Add feature options to wasm-dis (#3548)
Abbas Mashayekh
2021-02-08
1
-0
/
+2
*
version_99 (#3478)
Alon Zakai
2021-01-09
1
-0
/
+3
*
Improve C and JS API module inspection features (#3464)
Daniel Wirtz
2021-01-05
1
-0
/
+2
[prev]
[next]