| Commit message (Expand) | Author | Age | Files | Lines |
* | Require `then` and `else` with `if` (#6201) | Thomas Lively | 2024-01-04 | 1 | -16/+22 |
* | Simplify and consolidate type printing (#5816) | Thomas Lively | 2023-08-24 | 1 | -19/+19 |
* | [wasm2js] Support nonzero offsets in memory.atomic.wait32 (#5489) | Thomas Lively | 2023-02-14 | 1 | -2/+2 |
* | wasm2js: Don't assume that `env.abort` can always be impored. (#5049) | Sam Clegg | 2022-09-16 | 1 | -0/+2 |
* | Avoid adding new unneeded names to blocks in text roundtripping (#4943) | Alon Zakai | 2022-08-22 | 1 | -4/+4 |
* | Remove Type ordering (#3793) | Thomas Lively | 2021-05-18 | 1 | -8/+8 |
* | Reorder global definitions in Print pass (#3770) | Abbas Mashayekh | 2021-04-02 | 1 | -1/+1 |
* | Intern HeapTypes and clean up types code (#3428) | Thomas Lively | 2020-12-07 | 1 | -2/+2 |
* | [wasm2js] Use native JavaScript Math.trunc (#3329) | Max Graey | 2020-11-10 | 1 | -30/+2 |
* | wasm2js: Avoid 64-bit scratch memory helpers in wasm-intrinsics (#2926) | Alon Zakai | 2020-06-23 | 1 | -11/+8 |
* | wasm2js: Bulk memory support (#2923) | Alon Zakai | 2020-06-22 | 1 | -0/+13 |
* | Remove function index printing (#2742) | Thomas Lively | 2020-04-09 | 1 | -36/+36 |
* | Remove FunctionType (#2510) | Thomas Lively | 2019-12-11 | 1 | -24/+31 |
* | Refactor type and function parsing (#2143) | Heejin Ahn | 2019-05-24 | 1 | -24/+24 |
* | wasm2js: use scratch memory properly (#2033) | Alon Zakai | 2019-04-22 | 1 | -52/+51 |
* | Wasm2js memory fixes (#2003) | Alon Zakai | 2019-04-12 | 1 | -7/+8 |
* | Update test/spec/memory.wast to latest upstream (#1801) | Alon Zakai | 2019-04-03 | 1 | -0/+1 |
* | Massive renaming (#1855) | Thomas Lively | 2019-01-07 | 1 | -282/+282 |
* | wasm2asm: Finish i64 lowering operations (#1563) | Alex Crichton | 2018-05-25 | 1 | -181/+937 |
* | wasm2asm: Finish f32/f64 operations (#1554) | Alex Crichton | 2018-05-19 | 1 | -0/+368 |