| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor interaction between Pass and PassRunner (#5093) | Thomas Lively | 2022-09-30 | 1 | -1/+1 |
* | [Wasm GC] Support non-nullable locals in the "1a" form (#4959) | Alon Zakai | 2022-08-31 | 1 | -0/+3 |
* | Modernize code to C++17 (#3104) | Max Graey | 2021-11-22 | 1 | -4/+4 |
* | [Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC... | Max Graey | 2021-09-01 | 1 | -1/+1 |
* | [NFC] Factor out and simplify minified name generation (#3909) | Thomas Lively | 2021-05-27 | 1 | -89/+3 |
* | MinifyImportsAndExports: Minify the memory and table as well. (#3089) | Alon Zakai | 2020-09-02 | 1 | -16/+4 |
* | Optionally minify imported module names (#2620) | Alon Zakai | 2020-01-27 | 1 | -8/+48 |
* | Include in minification all imports from modules starting with `wasi_` (#2509) | Sam Clegg | 2019-12-05 | 1 | -3/+1 |
* | Wasi followups to #2323 (#2329) | Alon Zakai | 2019-09-03 | 1 | -2/+3 |
* | Minify wasi imports and exports, and not just "env" (#2323) | Alon Zakai | 2019-09-01 | 1 | -5/+13 |
* | Don't minify __stack_pointer import (#2219) | Sam Clegg | 2019-07-11 | 1 | -1/+1 |
* | Add event section (#2151) | Heejin Ahn | 2019-05-31 | 1 | -0/+1 |
* | Apply format changes from #2048 (#2059) | Alon Zakai | 2019-04-26 | 1 | -13/+15 |
* | Adjust MinifyImportsAndExports to optionally minify the export names, sometim... | Jukka Jylänki | 2018-11-22 | 1 | -4/+16 |
* | Fix a bug with (add (sub 0 X) Y) => (sub Y X) (#1727) | Alon Zakai | 2018-11-07 | 1 | -1/+0 |
* | Add pass to minify import and export names (#1719) | Alon Zakai | 2018-11-01 | 1 | -0/+170 |