index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
binaryen.js
/
kitchen-sink.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove AutoDrop (#7106)
Thomas Lively
2024-11-22
1
-7
/
+11
*
Make validation of stale types stricter (#7097)
Thomas Lively
2024-11-21
1
-1
/
+1
*
[Strings] Remove stringview types and instructions (#6579)
Thomas Lively
2024-05-15
1
-8
/
+0
*
C API: Use segment names (#6254)
ericvergnaud
2024-02-01
1
-3
/
+9
*
Replace i31.new with ref.i31 everywhere (#5931)
Thomas Lively
2023-09-13
1
-3
/
+3
*
Replace I31New with RefI31 everywhere (#5930)
Thomas Lively
2023-09-13
1
-1
/
+1
*
Rename multimemory flag (#5890)
Ashley Nelson
2023-08-21
1
-1
/
+1
*
Use Names instead of indices to identify segments (#5618)
Thomas Lively
2023-04-04
1
-2
/
+2
*
[NFC] Internally rename `ArrayInit` to `ArrayNewFixed` (#5526)
Thomas Lively
2023-02-28
1
-1
/
+1
*
[Wasm GC] Replace `HeapType::data` with `HeapType::struct_` (#5416)
Thomas Lively
2023-01-10
1
-1
/
+1
*
Replace `RefIs` with `RefIsNull` (#5401)
Thomas Lively
2023-01-09
1
-1
/
+1
*
[C-/JS-Api] Expose the multi memories feature (#4973)
Max Graey
2022-09-20
1
-0
/
+1
*
Remove typed-function-references feature (#5030)
Thomas Lively
2022-09-09
1
-1
/
+0
*
Add remaining GC and string instructions to C API (#4998)
dcode
2022-08-31
1
-0
/
+15
*
Mutli-Memories Support in IR (#4811)
Ashley Nelson
2022-08-17
1
-15
/
+14
*
Remove RTTs (#4848)
Thomas Lively
2022-08-05
1
-2
/
+0
*
[C/JS API] Add string reference types (#4810)
dcode
2022-07-27
1
-0
/
+4
*
[C/JS API] Expose string reference feature (#4831)
Max Graey
2022-07-26
1
-0
/
+1
*
Remove basic reference types (#4802)
Thomas Lively
2022-07-20
1
-18
/
+0
*
[JS API] Avoid trying to read the offset if segment is passive (#4750)
Blaine Bublitz
2022-06-24
1
-3
/
+8
*
Add support for extended-const proposal (#4529)
Sam Clegg
2022-03-19
1
-0
/
+1
*
Switch binaryen.js/wasm to ESM (#4280)
dcode
2021-10-28
1
-2
/
+2
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+1
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+1
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+2
*
Add feature flag for relaxed-simd (#4183)
Ng Zhi An
2021-09-23
1
-0
/
+1
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+1
*
[EH] Make tag's attribute encoding detail (#3947)
Heejin Ahn
2021-06-21
1
-4
/
+4
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-8
/
+8
*
Add SIMDLoadStoreLane get/setters to C/JS API (#3904)
Daniel Wirtz
2021-05-25
1
-0
/
+1
*
Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)
Daniel Wirtz
2021-04-08
1
-0
/
+17
*
Add v128.load32/64_zero SIMD instructions to C/JS API (#3783)
Daniel Wirtz
2021-04-08
1
-0
/
+2
*
Add new SIMD multiplication instructions to C/JS API (#3782)
Daniel Wirtz
2021-04-08
1
-0
/
+13
*
Add new SIMD conversion instructions to C/JS API (#3781)
Daniel Wirtz
2021-04-08
1
-0
/
+6
*
Add iNxM.extadd_pairwise_* SIMD instructions to C/JS API (#3780)
Daniel Wirtz
2021-04-08
1
-0
/
+4
*
Add i64x2.extend_low/high_* SIMD instructions to C/JS API (#3778)
Daniel Wirtz
2021-04-07
1
-0
/
+4
*
Add various SIMD instructions to C/JS API (#3777)
Daniel Wirtz
2021-04-07
1
-0
/
+10
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-34
/
+23
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-16
/
+24
*
Add TypedFunctionReferences feature to C and JS API (#3603)
Daniel Wirtz
2021-02-26
1
-0
/
+1
*
[EH] Update C and binaryen.js API for delegate (#3565)
Heejin Ahn
2021-02-13
1
-1
/
+3
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-3
/
+19
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-1
/
+1
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-1
/
+1
*
Reorder i31ref and dataref (#3509)
Heejin Ahn
2021-01-23
1
-0
/
+4
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-6
/
+1
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-12
/
+2
*
Prototype SIMD extending pairwise add instructions (#3466)
Thomas Lively
2021-01-05
1
-2
/
+0
*
Improve C and JS API module inspection features (#3464)
Daniel Wirtz
2021-01-05
1
-1
/
+10
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-0
/
+1
[next]