summaryrefslogtreecommitdiff
path: root/src/ir/module-splitting.cpp
Commit message (Expand)AuthorAgeFilesLines
* Support using JSPI to load the secondary wasm split module. (#5431)Brendan Dahl2023-01-201-3/+52
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-3/+2
* Mutli-Memories Support in IR (#4811)Ashley Nelson2022-08-171-8/+3
* Remove basic reference types (#4802)Thomas Lively2022-07-201-6/+6
* Modernize code to C++17 (#3104)Max Graey2021-11-221-6/+2
* Change from storing Signature to HeapType on CallIndirect (#4352)Thomas Lively2021-11-221-2/+2
* Preserve Function HeapTypes (#3952)Thomas Lively2021-06-301-14/+15
* [EH] Make tag's attribute encoding detail (#3947)Heejin Ahn2021-06-211-1/+0
* [EH] Replace event with tag (#3937)Heejin Ahn2021-06-181-7/+7
* [wasm-split] Add an option to emit a placeholder map (#3931)Thomas Lively2021-06-121-2/+7
* [wasm-split] Minimize names of newly created exports (#3905)Thomas Lively2021-06-011-2/+10
* Minor wasm-split improvements (#3825)Thomas Lively2021-04-201-39/+35
* wasm-split: Update dylink section when growing table (#3791)Sam Clegg2021-04-091-0/+3
* RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t...Alon Zakai2021-04-081-2/+1
* [RT] Add type to tables and element segments (#3763)Abbas Mashayekh2021-04-061-6/+13
* [RT] Support expressions in element segments (#3666)Abbas Mashayekh2021-03-241-34/+50
* [reference-types] Support passive elem segments (#3572)Abbas Mashayekh2021-03-051-47/+62
* Support comparing, subtyping, and naming recursive types (#3610)Thomas Lively2021-02-251-13/+0
* Remove assertions that prevent non-assertion builds (#3576)Alon Zakai2021-02-171-0/+1
* [reference-types] remove single table restriction in IR (#3517)Abbas Mashayekh2021-02-091-46/+83
* [module-splitting] Fix a crash when a function is exported twice (#3455)Thomas Lively2020-12-171-0/+4
* Fix wasm-split name collision bug (#3447)Thomas Lively2020-12-161-3/+16
* [module-splitting] Allow splitting with non-const table offsets (#3408)Thomas Lively2020-12-011-82/+181
* Module splitting (#3317)Thomas Lively2020-11-121-0/+479