summaryrefslogtreecommitdiff
path: root/src/passes/MinifyImportsAndExports.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+1
* [Wasm GC] Support non-nullable locals in the "1a" form (#4959)Alon Zakai2022-08-311-0/+3
* Modernize code to C++17 (#3104)Max Graey2021-11-221-4/+4
* [Refactoring] Cleanup asm2wasm. Use JS instead ASM prefix where possible. NFC...Max Graey2021-09-011-1/+1
* [NFC] Factor out and simplify minified name generation (#3909)Thomas Lively2021-05-271-89/+3
* MinifyImportsAndExports: Minify the memory and table as well. (#3089)Alon Zakai2020-09-021-16/+4
* Optionally minify imported module names (#2620)Alon Zakai2020-01-271-8/+48
* Include in minification all imports from modules starting with `wasi_` (#2509)Sam Clegg2019-12-051-3/+1
* Wasi followups to #2323 (#2329)Alon Zakai2019-09-031-2/+3
* Minify wasi imports and exports, and not just "env" (#2323)Alon Zakai2019-09-011-5/+13
* Don't minify __stack_pointer import (#2219)Sam Clegg2019-07-111-1/+1
* Add event section (#2151)Heejin Ahn2019-05-311-0/+1
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-13/+15
* Adjust MinifyImportsAndExports to optionally minify the export names, sometim...Jukka Jylänki2018-11-221-4/+16
* Fix a bug with (add (sub 0 X) Y) => (sub Y X) (#1727)Alon Zakai2018-11-071-1/+0
* Add pass to minify import and export names (#1719)Alon Zakai2018-11-011-0/+170