index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Effects: Differentiate mutable from immutable globals (#4286)
Alon Zakai
2021-10-29
1
-1
/
+3
*
Switch binaryen.js/wasm to ESM (#4280)
dcode
2021-10-28
3
-46
/
+6
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+33
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+19
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+64
*
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
*
Use the new module version of EffectAnalyzer (#4116)
Alon Zakai
2021-08-31
1
-2
/
+2
*
[API] Add type argument for BinaryenAddTable method (#4107)
Max Graey
2021-08-27
1
-2
/
+2
*
Add TrapsNeverHappen to SideEffects's API (#4086)
Max Graey
2021-08-17
1
-0
/
+1
*
[JS/C API] Expose zeroFilledMemory option for JS and C API (#4071)
Max Graey
2021-08-13
1
-0
/
+10
*
[EH] Make tag's attribute encoding detail (#3947)
Heejin Ahn
2021-06-21
1
-5
/
+4
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-45
/
+45
*
Add SIMDLoadStoreLane get/setters to C/JS API (#3904)
Daniel Wirtz
2021-05-25
1
-0
/
+54
*
Rename SIMD extending load instructions (#3798)
Daniel Wirtz
2021-04-12
1
-12
/
+12
*
Rename various SIMD load instructions (#3795)
Daniel Wirtz
2021-04-11
1
-12
/
+12
*
Add v128.load/storeN_lane SIMD instructions to C/JS API (#3784)
Daniel Wirtz
2021-04-08
1
-0
/
+32
*
Add v128.load32/64_zero SIMD instructions to C/JS API (#3783)
Daniel Wirtz
2021-04-08
1
-0
/
+8
*
Add new SIMD multiplication instructions to C/JS API (#3782)
Daniel Wirtz
2021-04-08
1
-0
/
+52
*
Add new SIMD conversion instructions to C/JS API (#3781)
Daniel Wirtz
2021-04-08
1
-0
/
+24
*
Add iNxM.extadd_pairwise_* SIMD instructions to C/JS API (#3780)
Daniel Wirtz
2021-04-08
1
-0
/
+16
*
Add i64x2.extend_low/high_* SIMD instructions to C/JS API (#3778)
Daniel Wirtz
2021-04-07
1
-0
/
+16
*
Add various SIMD instructions to C/JS API (#3777)
Daniel Wirtz
2021-04-07
1
-0
/
+40
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-120
/
+64
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-41
/
+64
*
Add C and JS API bindings for ref.as_* (#3628)
Daniel Wirtz
2021-03-01
1
-0
/
+39
*
Add TypedFunctionReferences feature to C and JS API (#3603)
Daniel Wirtz
2021-02-26
1
-0
/
+1
*
Add RefIsGetOp/SetOp in C and JS API (#3605)
Daniel Wirtz
2021-02-26
1
-0
/
+6
*
[EH] Make rethrow's target a try label (#3568)
Heejin Ahn
2021-02-18
1
-7
/
+8
*
[EH] Update C and binaryen.js API for delegate (#3565)
Heejin Ahn
2021-02-13
1
-3
/
+23
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-4
/
+48
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-1
/
+1
*
[GC] ref.is_func/data/i31 (#3519)
Alon Zakai
2021-01-26
1
-0
/
+12
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-7
/
+8
*
Reorder i31ref and dataref (#3509)
Heejin Ahn
2021-01-23
1
-0
/
+7
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-40
/
+0
*
Simplify set/gets of vectors in binaryen.js (#3495)
Heejin Ahn
2021-01-20
1
-174
/
+39
*
Basic EH instrucion support for the new spec (#3487)
Heejin Ahn
2021-01-15
1
-15
/
+103
*
Prototype SIMD extending pairwise add instructions (#3466)
Thomas Lively
2021-01-05
1
-8
/
+0
*
Improve C and JS API module inspection features (#3464)
Daniel Wirtz
2021-01-05
1
-8
/
+17
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-0
/
+1
*
[TypedFunctionReferences] Add Typed Function References feature and use the t...
Alon Zakai
2020-11-23
1
-2
/
+2
*
Rename atomic.notify and *.atomic.wait (#3353)
Heejin Ahn
2020-11-13
1
-9
/
+11
*
Fix usage of `allocate` in JS (no longer takes a type argument) (#3311)
Daniel Wirtz
2020-11-02
1
-3
/
+3
*
Add C and JS APIs for fast math (#3188)
Max Graey
2020-10-01
1
-0
/
+12
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-1
/
+13
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-1
/
+52
*
Add Memory64 feature flag to the C and JS APIs (#3148)
Daniel Wirtz
2020-09-21
1
-0
/
+1
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+26
*
GC: Integrate eqref and i31ref types (#3141)
Daniel Wirtz
2020-09-19
1
-0
/
+14
[next]