Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wasm2js: Declare data segments before calling asmFunc (#3337) | Sam Clegg | 2020-11-11 | 1 | -43/+50 |
* | wasm2js: Support for exported memory (#3323) | Sam Clegg | 2020-11-10 | 1 | -30/+26 |
* | [wasm2js] Use native JavaScript Math.trunc (#3329) | Max Graey | 2020-11-10 | 1 | -0/+5 |
* | Canonicalize subtraction with constant on the right to addition (#3321) | Max Graey | 2020-11-10 | 1 | -3/+3 |
* | wasm2js: Remove global dict arguments to asmFunc (#3325) | Sam Clegg | 2020-11-05 | 1 | -189/+124 |
* | wasm2js: Skip heap creation in the absence of wasm memory. NFC (#3167) | Sam Clegg | 2020-09-24 | 1 | -15/+84 |
* | wasm2js: Support exported tables (#3152) | Sam Clegg | 2020-09-21 | 1 | -5/+0 |
* | wasm2js: Fix a bug with adjacent reinterprets (#2964) | Alon Zakai | 2020-07-20 | 1 | -4/+4 |
* | wasm2js: Bulk memory support (#2923) | Alon Zakai | 2020-06-22 | 1 | -0/+420 |