summaryrefslogtreecommitdiff
path: root/test/example/module-splitting.txt
Commit message (Expand)AuthorAgeFilesLines
* Use empty blocks instead of nops for empty scopes in IRBuilder (#7080)Thomas Lively2024-11-141-4/+0
* [wasm-split] Run RemoveUnusedElements on secondary modules (#6945)Thomas Lively2024-09-171-93/+12
* Add a --preserve-type-order option (#6916)Thomas Lively2024-09-101-8/+8
* [wasm-split] Use a fresh table when reference types are enabled (#6726)Thomas Lively2024-07-111-58/+183
* Use the standard shared memory text format (#6200)Thomas Lively2024-01-031-9/+9
* Simplify and consolidate type printing (#5816)Thomas Lively2023-08-241-255/+255
* Print function types on function imports in the text format (#5727)Alon Zakai2023-05-171-47/+47
* Add a name hint to getValidName() (#5653)Alon Zakai2023-04-111-2/+2
* Use Names instead of indices to identify segments (#5618)Thomas Lively2023-04-041-54/+54
* Change the default type system to isorecursive (#5239)Thomas Lively2022-11-231-110/+110
* Remove (attr 0) from tag text format (#3946)Heejin Ahn2021-06-191-9/+9
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-13/+13
* [wasm-split] Minimize names of newly created exports (#3905)Thomas Lively2021-06-011-0/+72
* Remove Type ordering (#3793)Thomas Lively2021-05-181-1/+1
* Update test expectations after colliding landings (#3827)Alon Zakai2021-04-201-1/+1
* Fix element segment ordering in Print (#3818)Abbas Mashayekh2021-04-201-11/+11
* Minor wasm-split improvements (#3825)Thomas Lively2021-04-201-0/+128
* Reorder global definitions in Print pass (#3770)Abbas Mashayekh2021-04-021-4/+4
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-8/+8
* [module-splitting] Fix a crash when a function is exported twice (#3455)Thomas Lively2020-12-171-0/+36
* [module-splitting] Allow splitting with non-const table offsets (#3408)Thomas Lively2020-12-011-0/+304
* Module splitting (#3317)Thomas Lively2020-11-121-0/+641