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
...
*
wasm2js: Add an "Export" scope for name resolution (#2998)
Alon Zakai
2020-07-30
1
-33
/
+44
*
wasm2js: coerce function pointer indexes (#2979)
Alon Zakai
2020-07-22
1
-4
/
+13
*
wasm2js: Fix a bug with adjacent reinterprets (#2964)
Alon Zakai
2020-07-20
1
-5
/
+63
*
wasm2js: Sign-extend support (#2949)
Alon Zakai
2020-07-10
1
-0
/
+16
*
Wasm2js Atomics support (#2924)
Alon Zakai
2020-06-23
1
-7
/
+163
*
wasm2js: Avoid 64-bit scratch memory helpers in wasm-intrinsics (#2926)
Alon Zakai
2020-06-23
1
-14
/
+2
*
wasm2js: start function support (#2920)
Alon Zakai
2020-06-22
1
-1
/
+9
*
wasm2js: Bulk memory support (#2923)
Alon Zakai
2020-06-22
1
-43
/
+127
*
Micro-optimize base64Decode (#2897)
juj
2020-06-06
1
-7
/
+5
*
Reland "Link binaryen tools against the dylib" (#2892)
Derek Schuff
2020-06-03
1
-7
/
+0
*
Revert "Link binaryen tools against the dylib (#2864)" (#2891)
Derek Schuff
2020-06-02
1
-0
/
+7
*
Link binaryen tools against the dylib (#2864)
Derek Schuff
2020-06-02
1
-7
/
+0
*
Remove `Push` (#2867)
Thomas Lively
2020-05-22
1
-4
/
+0
*
Add --deterministic flag to wasm2js, for fuzzing (#2757)
Alon Zakai
2020-04-13
1
-0
/
+2
*
Remove duplicate Type:: prefixes (NFC) (#2753)
Heejin Ahn
2020-04-12
1
-4
/
+4
*
Run reorder-locals more in wasm2js (#2729)
Alon Zakai
2020-04-08
1
-0
/
+1
*
Avoid fp$ access in MAIN_MODULES (#2704)
Alon Zakai
2020-03-27
1
-1
/
+1
*
Initial multivalue support (#2675)
Thomas Lively
2020-03-05
1
-0
/
+8
*
Fix missing newline after // EMSCRIPTEN_START_FUNCS and // EMSCRIPTEN_END_FUN...
juj
2020-02-10
1
-2
/
+3
*
Optimize base64 decoding (#2623)
juj
2020-02-09
1
-22
/
+26
*
Add EH support for EffectAnalyzer (#2631)
Heejin Ahn
2020-02-03
1
-5
/
+9
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-11
/
+13
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-36
/
+36
*
[NFC] Clean up unnecessary `template`s in calls 🧹🧹🧹 (#2394)
Thomas Lively
2020-01-07
1
-3
/
+2
*
DCE at the end of wasm2js (#2574)
Alon Zakai
2020-01-06
1
-0
/
+3
*
Add support for reference types proposal (#2451)
Heejin Ahn
2019-12-30
1
-0
/
+12
*
Remove FunctionType (#2510)
Thomas Lively
2019-12-11
1
-5
/
+2
*
Add string parameter to WASM_UNREACHABLE (#2499)
Sam Clegg
2019-12-05
1
-39
/
+29
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-1
/
+1
*
Multivalue type creation and inspection (#2459)
Thomas Lively
2019-11-22
1
-1
/
+1
*
vNxM.load_splat instructions (#2350)
Thomas Lively
2019-09-23
1
-0
/
+4
*
[wasm2js] Fix memory.size (#2330)
Alon Zakai
2019-09-05
1
-11
/
+19
*
QFMA/QFMS instructions (#2328)
Thomas Lively
2019-09-03
1
-1
/
+1
*
Followup to workaround for minification of wasm2js mem init (#2318)
Brion Vibber
2019-08-30
1
-3
/
+3
*
Add atomic.fence instruction (#2307)
Heejin Ahn
2019-08-27
1
-0
/
+4
*
wasm2js: Fix switch lowering, don't fall through after the hoisted parts (#2301)
Alon Zakai
2019-08-16
1
-38
/
+18
*
Add basic exception handling support (#2282)
Heejin Ahn
2019-08-13
1
-0
/
+16
*
wasm2js: Mangle import names for JS (#2267)
Alon Zakai
2019-07-28
1
-2
/
+3
*
Finalize tail call support (#2246)
Thomas Lively
2019-07-23
1
-0
/
+6
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-1
/
+1
*
Stop emitting "almost asm" in wasm2js output (#2221)
Alon Zakai
2019-07-12
1
-2
/
+0
*
Add an option to emit a symbols file from wasm2js. (#2214)
Alon Zakai
2019-07-11
1
-0
/
+10
*
fix wasm2js compilation after conflicting landings (#2209)
Alon Zakai
2019-07-08
1
-0
/
+8
*
wasm2js: use OverriddenVisitor, so we show a clear error on unsupported instr...
Alon Zakai
2019-07-08
1
-2
/
+62
*
wasm2js: export memory growth function only if memory growth is enabled (#2194)
Alon Zakai
2019-07-03
1
-2
/
+4
*
Workaround for wasm2js output minification issue with emscripten (#2185)
Brion Vibber
2019-07-01
1
-2
/
+3
*
Bysyncify: async transform for wasm (#2172)
Alon Zakai
2019-06-15
1
-1
/
+1
*
wasm2js: Switch optimizations (#2141)
Alon Zakai
2019-05-28
1
-8
/
+202
*
Reflect instruction renaming in code (#2128)
Heejin Ahn
2019-05-21
1
-27
/
+27
*
wasm2js: optimize away unneeded load coercions (#2107)
Alon Zakai
2019-05-15
1
-0
/
+3
[prev]
[next]