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
*
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
*
wasm2js: Emit table in a way that is friendly to emscripten minification (#2102)
Alon Zakai
2019-05-13
1
-2
/
+9
*
wasm2js: avoid reinterprets (#2094)
Alon Zakai
2019-05-10
1
-0
/
+11
*
wasm2js: 'handle' saturating float to int conversions - we don't handle any o...
Alon Zakai
2019-05-06
1
-5
/
+12
*
wasm2js: optimize loads (#2085)
Alon Zakai
2019-05-03
1
-2
/
+0
*
wasm2js: avoid some slow operations when not optimizing (#2082)
Alon Zakai
2019-05-03
1
-4
/
+6
*
wasm2js: ignore implicit traps (#2079)
Alon Zakai
2019-05-02
1
-1
/
+9
*
Add a pass to lower unaligned loads and stores (#2078)
Alon Zakai
2019-05-02
1
-97
/
+5
*
wasm2js: don't run coalesce-locals if not optimizing (#2076)
Alon Zakai
2019-05-01
1
-1
/
+5
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-6
/
+10
*
wasm2js: run more optimizations (#2073)
Alon Zakai
2019-05-01
1
-2
/
+3
*
wasm2js: run full optimizations during the pipeline (#2071)
Alon Zakai
2019-04-30
1
-23
/
+34
*
wasm2js: optimize switches (#2067)
Alon Zakai
2019-04-30
1
-3
/
+22
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-531
/
+491
[next]