summaryrefslogtreecommitdiff
path: root/src/tools/wasm-split
Commit message (Expand)AuthorAgeFilesLines
* Rename indexType -> addressType. NFC (#7060)Sam Clegg2024-11-071-1/+1
* [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-173-67/+67
* [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-163-3/+121
* [wasm-split] Add an option to skip importing placeholders (#6942)Thomas Lively2024-09-163-0/+11
* 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-102-25/+38
* [StackIR] Run StackIR during binary writing and not as a pass (#6568)Alon Zakai2024-05-091-1/+1
* [wasm-split] Fix instrumentation to work with memory 64 (#6013)Thomas Lively2023-10-161-21/+23
* Rename multimemory flag (#5890)Ashley Nelson2023-08-211-2/+2
* [NFC] Move ModuleUtils copying and renaming logic from header to cpp (#5855)Alon Zakai2023-08-021-0/+1
* Support using JSPI to load the secondary wasm split module. (#5431)Brendan Dahl2023-01-203-20/+15
* [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-112-3/+4
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-303-6/+6
* Multi-Memories wasm-split (#4977)Ashley Nelson2022-09-155-28/+118
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-25/+30
* [wasm-split] Add --print-profile option (#4771)sps-gold2022-07-253-19/+118
* [wasm-split] Add an --asyncify option (#4513)Thomas Lively2022-02-093-0/+20
* Add categories to --help text (#4421)Alon Zakai2022-01-052-1/+29
* 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-242-41/+40
* Do not use a library for wasm-split files (#4132)Thomas Lively2021-09-081-4/+2
* [wasm-split] Do not add exports of imported memories (#4133)Thomas Lively2021-09-081-12/+14
* Enumerate objects for wasm-split-lib (#4128)Thomas Lively2021-09-071-1/+1
* wasm-split: Export the memory if it is not already (#4121)Alon Zakai2021-09-071-1/+14
* [wasm-split] Add an option for recording profile data in memory (#4120)Thomas Lively2021-09-035-55/+165
* [NFC] Split wasm-split into multiple files (#4119)Thomas Lively2021-09-036-0/+1080