summaryrefslogtreecommitdiff
path: root/test/binaryen.js/emit_asmjs.js.txt
Commit message (Expand)AuthorAgeFilesLines
* [wasm2js] Use native JavaScript Math.trunc (#3329)Max Graey2020-11-101-0/+1
* wasm2js: Remove global dict arguments to asmFunc (#3325)Sam Clegg2020-11-051-26/+13
* wasm2js: Skip heap creation in the absence of wasm memory. NFC (#3167)Sam Clegg2020-09-241-11/+16
* wasm2js: Support exported tables (#3152)Sam Clegg2020-09-211-1/+0
* Stop emitting "almost asm" in wasm2js output (#2221)Alon Zakai2019-07-121-1/+0
* wasm2js: optimize away unneeded load coercions (#2107)Alon Zakai2019-05-151-0/+1
* wasm2js: optimize loads (#2085)Alon Zakai2019-05-031-1/+0
* Fix CI (#2061)Alon Zakai2019-04-261-1/+1
* wasm2js: avoid non-ES5 stuff like "let" (#2041)Alon Zakai2019-04-231-3/+3
* wasm2js2 import fixes (#2031)Alon Zakai2019-04-191-1/+0
* wasm2js: remove "use asm", we are not asm.js anymore (#2020)Alon Zakai2019-04-181-1/+1
* Use a single table in wasm2js (#2005)Alon Zakai2019-04-151-0/+1
* Wasm2js memory fixes (#2003)Alon Zakai2019-04-121-0/+1
* Wasm2js refactoring (#1997)Alon Zakai2019-04-111-0/+1
* BinaryenSetFunctionTable now accepts array of func names not funcs. (#1650)Jay Phelps2018-09-011-0/+3
* wasm2asm: Fix and enable a large number of spec tests (#1558)Alex Crichton2018-05-291-0/+3
* wasm2asm: Finish f32/f64 operations (#1554)Alex Crichton2018-05-191-36/+0
* wasm2asm: Add math aliases for floor, ceil and sqrt (#1549)Daniel Wirtz2018-05-141-0/+3
* reorder locals in wasm2asm (#1482)Nathan Froyd2018-03-221-9/+6
* add the highbits global to the IR (#1483)Nathan Froyd2018-03-201-0/+1
* create Math_{min,max} variables for wasm2asm-generated JS (#1476)Nathan Froyd2018-03-161-0/+2
* eliminate multiple return statements for wasm2asm functions (#1448)Nathan Froyd2018-03-011-6/+3
* Improve name mangling of asm.js identifiers (#1433)Daniel Wirtz2018-02-211-12/+12
* Fix binaryen.js's wasm2asm (#1257)Alon Zakai2017-11-011-9/+13
* Initial asm.js output for binaryen-c / binaryen.js (#1136)Daniel Wirtz2017-08-241-0/+62