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
*
Add a --preserve-type-order option (#6916)
Thomas Lively
2024-09-10
1
-2
/
+8
*
Add the upstream spec testsuite as a submodule (#6853)
Thomas Lively
2024-08-20
1
-0
/
+3
*
Remove obsolete parser code (#6607)
Thomas Lively
2024-05-29
1
-1
/
+0
*
Use new wast parser in wasm2js (#6606)
Thomas Lively
2024-05-29
1
-176
/
+138
*
Do not add an extra null character when reading files (#6538)
Thomas Lively
2024-04-24
1
-2
/
+1
*
[NFC] Remove our bespoke `make_unique` implementation (#5613)
Thomas Lively
2023-03-31
1
-3
/
+3
*
wasm2js: Stop emitting nan and infinity (#5391)
Will Cohen
2023-01-04
1
-7
/
+0
*
Make `Name` a pointer, length pair (#5122)
Thomas Lively
2022-10-11
1
-8
/
+8
*
Refactor interaction between Pass and PassRunner (#5093)
Thomas Lively
2022-09-30
1
-1
/
+3
*
Add categories to --help text (#4421)
Alon Zakai
2022-01-05
1
-0
/
+9
*
Preserve Function HeapTypes (#3952)
Thomas Lively
2021-06-30
1
-5
/
+5
*
[wasm2js] Refactor assertion parsing (#3938)
Thomas Lively
2021-06-17
1
-19
/
+31
*
[reference-types] remove single table restriction in IR (#3517)
Abbas Mashayekh
2021-02-09
1
-0
/
+5
*
Refactor printing code so that printing Expressions always works (#3450)
Alon Zakai
2020-12-17
1
-1
/
+1
*
Remove redundant allocator in Builder (#3144)
Thomas Lively
2020-09-22
1
-1
/
+1
*
Initial implementation of "Memory64" proposal (#3130)
Wouter van Oortmerssen
2020-09-18
1
-1
/
+1
*
Improve testing on Windows (#3142)
Wouter van Oortmerssen
2020-09-17
1
-2
/
+1
*
Poppy IR wast parsing and validation (#3105)
Thomas Lively
2020-09-09
1
-2
/
+3
*
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
[next]