index
:
forks/binaryen.git
main
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
wasm2js.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prepare for compound types that are single but not basic (#3046)
Daniel Wirtz
2020-08-17
1
-3
/
+5
*
wasm2js: Remove an incorrect optimization (#3004)
Alon Zakai
2020-07-29
1
-6
/
+1
*
wasm2js: Don't remove an | 0 or >>> 0 in a boolean context (#2993)
Alon Zakai
2020-07-28
1
-16
/
+26
*
Add a builder.makeConst helper template (#2971)
Alon Zakai
2020-07-21
1
-2
/
+1
*
wasm2js: Bulk memory support (#2923)
Alon Zakai
2020-06-22
1
-1
/
+1
*
wasm2js testing improvements before bulk-memory (#2918)
Alon Zakai
2020-06-20
1
-5
/
+44
*
Reland "Link binaryen tools against the dylib" (#2892)
Derek Schuff
2020-06-03
1
-1
/
+0
*
Revert "Link binaryen tools against the dylib (#2864)" (#2891)
Derek Schuff
2020-06-02
1
-0
/
+1
*
Link binaryen tools against the dylib (#2864)
Derek Schuff
2020-06-02
1
-1
/
+0
*
Add --deterministic flag to wasm2js, for fuzzing (#2757)
Alon Zakai
2020-04-13
1
-4
/
+29
*
wasm2js: Do not convert x >>> 0 | 0 to x >>> 0 (#2581)
Alon Zakai
2020-01-10
1
-2
/
+10
*
Remove implicit conversion operators from Type (#2577)
Thomas Lively
2020-01-08
1
-1
/
+1
*
[NFC] Enforce use of `Type::` on type names (#2434)
Thomas Lively
2020-01-07
1
-10
/
+10
*
Use wat over wast for text format filenames (#2518)
Sam Clegg
2019-12-08
1
-2
/
+2
*
Convert to using DEBUG macros (#2497)
Sam Clegg
2019-12-04
1
-8
/
+3
*
Allow all features on wasm2js and add atomic tests (#2311)
Heejin Ahn
2019-08-28
1
-7
/
+7
*
Do not hoist truncation of wasm2js divisions (#2305)
Thomas Lively
2019-08-26
1
-2
/
+4
*
Simpify PassRunner.add() and automatically parallelize parallel functions (#2...
Alon Zakai
2019-07-19
1
-2
/
+1
*
Add an option to emit a symbols file from wasm2js. (#2214)
Alon Zakai
2019-07-11
1
-0
/
+8
*
Allow color API to enable and disable colors (#2111)
Siddharth
2019-05-17
1
-1
/
+1
*
wasm2js: more coercion optimization (#2109)
Alon Zakai
2019-05-15
1
-18
/
+39
*
wasm2js: remove unnecessary labels (#2108)
Alon Zakai
2019-05-15
1
-1
/
+32
*
wasm2js: optimize away unneeded load coercions (#2107)
Alon Zakai
2019-05-15
1
-13
/
+37
*
wasm2js: precompute bitwise operations (#2101)
Alon Zakai
2019-05-13
1
-0
/
+30
*
wasm2js: optimize booleans (#2090)
Alon Zakai
2019-05-07
1
-26
/
+52
*
wasm2js: optimize loads (#2085)
Alon Zakai
2019-05-03
1
-1
/
+19
*
wasm2js: ignore implicit traps (#2079)
Alon Zakai
2019-05-02
1
-1
/
+1
*
clang-tidy braces changes (#2075)
Alon Zakai
2019-05-01
1
-5
/
+10
*
wasm2js: optimize away casts going into a suitable store (#2069)
Alon Zakai
2019-04-30
1
-9
/
+97
*
Apply format changes from #2048 (#2059)
Alon Zakai
2019-04-26
1
-151
/
+170
*
wasm2js: remove unneeded break/continue labels (#2058)
Alon Zakai
2019-04-26
1
-4
/
+121
*
wasm2js: more js optimization (#2050)
Alon Zakai
2019-04-24
1
-8
/
+52
*
wasm2js: start to optionally optimize the JS (#2046)
Alon Zakai
2019-04-24
1
-7
/
+63
*
wasm2js: get rid of some non-flat code assumptions (#2036)
Alon Zakai
2019-04-22
1
-1
/
+2
*
Move features from passOptions to Module (#2001)
Thomas Lively
2019-04-12
1
-2
/
+2
*
wasm2js: emscripten glue option (#2000)
Alon Zakai
2019-04-11
1
-0
/
+5
*
Wasm2js refactoring (#1997)
Alon Zakai
2019-04-11
1
-25
/
+331
*
Use target features section in wasm-opt (#1967)
Thomas Lively
2019-04-03
1
-1
/
+2
*
Validate unique local names, and use validation in wasm2js. Fixes #1885 (#1886)
Alon Zakai
2019-01-23
1
-1
/
+9
*
Wasm2js error handling improvement (#1807)
Alon Zakai
2018-12-06
1
-22
/
+24
*
Rename `wasm2asm` to `wasm2js`, emit ESM by default (#1642)
Alex Crichton
2018-08-30
1
-0
/
+122