summaryrefslogtreecommitdiff
path: root/src/tools/wasm-split/wasm-split.cpp
Commit message (Expand)AuthorAgeFilesLines
* [wasm-split] Configure split functions rather than kept functions (#6949)Thomas Lively2024-09-171-8/+3
* [wasm-split] Simplify handling of --keep-funcs and --split-funcs (#6948)Thomas Lively2024-09-171-67/+63
* [wasm-split] Run RemoveUnusedElements on secondary modules (#6945)Thomas Lively2024-09-171-5/+6
* [wasm-split] Add a multi-split mode (#6943)Thomas Lively2024-09-161-0/+84
* [wasm-split] Add an option to skip importing placeholders (#6942)Thomas Lively2024-09-161-0/+1
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-1/+3
* Allow different arguments for multiple instances of a pass (#6687)Christian Speckner2024-07-151-2/+1
* Allow --keepfuncs and --splitfuncs to be use alongside a profile data (#6322)Benjamin Ling2024-07-101-10/+34
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-1/+1
* Support using JSPI to load the secondary wasm split module. (#5431)Brendan Dahl2023-01-201-10/+6
* [wasm-split] Improve the error message for bad checksums (#5268)Thomas Lively2022-11-161-2/+2
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-1/+2
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-2/+4
* Multi-Memories wasm-split (#4977)Ashley Nelson2022-09-151-1/+10
* [wasm-split] Add --print-profile option (#4771)sps-gold2022-07-251-18/+91
* [wasm-split] Add an --asyncify option (#4513)Thomas Lively2022-02-091-0/+10
* Modernize code to C++17 (#3104)Max Graey2021-11-221-2/+2
* [wasm-split] Disallow mixing --profile, --keep-funcs, and --split-funcs (#4187)Thomas Lively2021-09-241-21/+24
* [wasm-split] Add an option for recording profile data in memory (#4120)Thomas Lively2021-09-031-1/+1
* [NFC] Split wasm-split into multiple files (#4119)Thomas Lively2021-09-031-0/+396