summaryrefslogtreecommitdiff
path: root/test/wasm2js/bulk-memory.2asm.js.opt
Commit message (Expand)AuthorAgeFilesLines
* wasm2js: Stop emitting nan and infinity (#5391)Will Cohen2023-01-041-10/+0
* wasm2js: Support for flexible module import naming (#5114)Sam Clegg2022-10-051-11/+6
* wasm2js: Don't assume that `env.abort` can always be impored. (#5049)Sam Clegg2022-09-161-31/+16
* wasm2js: Have instantiate function take standard import object (#5018)Sam Clegg2022-09-141-5/+10
* wasm2js: Declare data segments before calling asmFunc (#3337)Sam Clegg2020-11-111-36/+37
* wasm2js: Support for exported memory (#3323)Sam Clegg2020-11-101-29/+25
* [wasm2js] Use native JavaScript Math.trunc (#3329)Max Graey2020-11-101-0/+5
* Canonicalize subtraction with constant on the right to addition (#3321)Max Graey2020-11-101-2/+2
* wasm2js: Remove global dict arguments to asmFunc (#3325)Sam Clegg2020-11-051-189/+124
* Canonicalize relationals as well (#3303)Max Graey2020-10-301-1/+1
* wasm2js: Skip heap creation in the absence of wasm memory. NFC (#3167)Sam Clegg2020-09-241-15/+84
* wasm2js: Support exported tables (#3152)Sam Clegg2020-09-211-5/+0
* wasm2js: Fix a bug with adjacent reinterprets (#2964)Alon Zakai2020-07-201-3/+3
* wasm2js: Bulk memory support (#2923)Alon Zakai2020-06-221-0/+375