index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
wasm2js.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Modernize code to C++17 (#3104)
Max Graey
2021-11-22
1
-3
/
+1
*
Add table.grow operation (#4245)
Max Graey
2021-10-18
1
-0
/
+4
*
Add table.size operation (#4224)
Max Graey
2021-10-08
1
-0
/
+4
*
Add table.set operation (#4215)
Max Graey
2021-10-07
1
-0
/
+4
*
Implement table.get (#4195)
Alon Zakai
2021-09-30
1
-0
/
+4
*
[Wasm GC] ArrayInit support (#4138)
Alon Zakai
2021-09-10
1
-0
/
+4
*
[Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC...
Max Graey
2021-09-01
1
-90
/
+85
*
Add a Module parameter to EffectAnalyzer. NFC (#4115)
Alon Zakai
2021-08-31
1
-8
/
+5
*
[JS] Add a new OptimizeForJS pass (#4033)
Max Graey
2021-08-02
1
-0
/
+5
*
[EH] Replace event with tag (#3937)
Heejin Ahn
2021-06-18
1
-1
/
+1
*
[Wasm GC] Add experimental array.copy (#3911)
Alon Zakai
2021-05-27
1
-0
/
+4
*
[RT] Add type to tables and element segments (#3763)
Abbas Mashayekh
2021-04-06
1
-0
/
+4
*
Update SIMD names and opcodes (#3771)
Thomas Lively
2021-04-05
1
-6
/
+0
*
[RT] Support expressions in element segments (#3666)
Abbas Mashayekh
2021-03-24
1
-25
/
+24
*
[reference-types] Support passive elem segments (#3572)
Abbas Mashayekh
2021-03-05
1
-27
/
+27
*
cleanup to allow binaryen to be built in more strict environments (#3566)
walkingeyerobot
2021-02-16
1
-1
/
+1
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-66
/
+72
*
Prototype i32x4.widen_i8x16_{s,u} (#3535)
Thomas Lively
2021-02-01
1
-0
/
+4
*
[GC] Add br_on_func/data/i31 (#3525)
Alon Zakai
2021-01-28
1
-1
/
+1
*
Simplfy getExpressionName (#3522)
Alon Zakai
2021-01-27
1
-1
/
+1
*
[GC] ref.as_* (#3520)
Alon Zakai
2021-01-27
1
-0
/
+4
*
[GC] ref.is_func/data/i31 (#3519)
Alon Zakai
2021-01-26
1
-1
/
+2
*
[GC] RefIsNull => RefIs. (#3516)
Alon Zakai
2021-01-26
1
-4
/
+2
*
Remove exnref and br_on_exn (#3505)
Heejin Ahn
2021-01-22
1
-4
/
+0
*
Prototype prefetch instructions (#3467)
Thomas Lively
2021-01-06
1
-0
/
+1
*
Refactor printing code so that printing Expressions always works (#3450)
Alon Zakai
2020-12-17
1
-1
/
+1
*
[TypedFunctionReferences] Implement call_ref (#3396)
Alon Zakai
2020-11-24
1
-0
/
+4
*
wasm2js: Declare data segments before calling asmFunc (#3337)
Sam Clegg
2020-11-11
1
-69
/
+97
*
wasm2js: Support for exported memory (#3323)
Sam Clegg
2020-11-10
1
-36
/
+50
*
[wasm2js] Use native JavaScript Math.trunc (#3329)
Max Graey
2020-11-10
1
-2
/
+6
*
Canonicalize subtraction with constant on the right to addition (#3321)
Max Graey
2020-11-10
1
-1
/
+1
*
wasm2js: Remove global dict arguments to asmFunc (#3325)
Sam Clegg
2020-11-05
1
-57
/
+16
*
wasm2js: Remove unused argument. NFC. (#3324)
Sam Clegg
2020-11-05
1
-4
/
+1
*
[NFC] `using namespace Abstract` to make matchers more compact (#3284)
Thomas Lively
2020-10-26
1
-6
/
+6
*
Implement v128.{load,store}{8,16,32,64}_lane instructions (#3278)
Thomas Lively
2020-10-22
1
-0
/
+4
*
wasm2js: override incoming memory's grow method (#3185)
Sam Clegg
2020-09-30
1
-6
/
+40
*
Remove unnecessary "new" on Table generation in wasm2js (#3163)
Alon Zakai
2020-09-30
1
-2
/
+1
*
GC: Add stubs for the remaining instructions (#3174)
Daniel Wirtz
2020-09-29
1
-0
/
+48
*
wasm2js: Skip heap creation in the absence of wasm memory. NFC (#3167)
Sam Clegg
2020-09-24
1
-57
/
+64
*
GC: Add i31 instructions (#3154)
Daniel Wirtz
2020-09-24
1
-0
/
+8
*
Fix build after semantic merge conflict (#3160)
Thomas Lively
2020-09-22
1
-5
/
+2
*
Remove redundant allocator in Builder (#3144)
Thomas Lively
2020-09-22
1
-1
/
+1
*
wasm2js: Support exported tables (#3152)
Sam Clegg
2020-09-21
1
-55
/
+150
*
GC: Add ref.eq instruction (#3145)
Daniel Wirtz
2020-09-21
1
-0
/
+4
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-2
/
+2
*
Improve testing on Windows (#3142)
Wouter van Oortmerssen
2020-09-17
1
-21
/
+10
*
Refactor Host expression to MemorySize and MemoryGrow (#3137)
Daniel Wirtz
2020-09-17
1
-16
/
+15
*
Fix wasm2js memory import in case it is minified (#3113)
Alon Zakai
2020-09-10
1
-1
/
+1
*
Fix Wasm2JSBuilder leaking temporary Function (#3098)
Daniel Wirtz
2020-09-03
1
-7
/
+8
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-12
/
+17
[prev]
[next]