summaryrefslogtreecommitdiff
path: root/src/tools/wasm-split.cpp
Commit message (Expand)AuthorAgeFilesLines
* wasm-split: accept file in keep-funcs/split-funcs (#4053)Aleksander Guryanov2021-08-231-4/+36
* Apply features from the commandline first (#3960)Alon Zakai2021-07-021-1/+1
* [wasm-split] Add an option to emit a placeholder map (#3931)Thomas Lively2021-06-121-2/+24
* [wasm-split] Add a merge-profiles mode (#3917)Thomas Lively2021-06-021-63/+173
* [wasm-split] Make option validation declarative (#3916)Thomas Lively2021-06-011-88/+166
* [wasm-split] Minimize names of newly created exports (#3905)Thomas Lively2021-06-011-0/+1
* [wasm-split] Add an option to emit only the module names (#3901)Thomas Lively2021-05-251-10/+38
* [wasm-split] Add a --symbolmap option (#3894)Thomas Lively2021-05-191-0/+24
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-6/+9
* [wasm-split] Add an --initial-table option (#3454)Thomas Lively2020-12-171-0/+38
* [wasm-split] Record checksums in profiles (#3412)Thomas Lively2020-12-021-10/+24
* [wasm-split] Read and use profiles (#3400)Thomas Lively2020-11-241-1/+58
* [wasm-split] Initial instrumentation (#3389)Thomas Lively2020-11-201-2/+197
* Initial wasm-split tool (#3359)Thomas Lively2020-11-191-0/+367