| Commit message (Expand) | Author | Age | Files | Lines |
* | Module splitting: don't create new tables when splitting with Emscripten (#7050) | Derek Schuff | 2024-11-02 | 1 | -6/+18 |
* | [wasm-split] Minimize non-function export names (#6951) | Thomas Lively | 2024-09-17 | 1 | -2/+5 |
* | [wasm-split] Configure split functions rather than kept functions (#6949) | Thomas Lively | 2024-09-17 | 1 | -1/+1 |
* | [wasm-split] Run RemoveUnusedElements on secondary modules (#6945) | Thomas Lively | 2024-09-17 | 1 | -0/+11 |
* | [wasm-split] Add an option to skip importing placeholders (#6942) | Thomas Lively | 2024-09-16 | 1 | -21/+34 |
* | [wasm-split] Use a fresh table when reference types are enabled (#6726) | Thomas Lively | 2024-07-11 | 1 | -13/+18 |
* | Fix wasm-split bug in absence of active element segments (#6651) | Thomas Lively | 2024-06-11 | 1 | -7/+13 |
* | wasm-split: Handle RefFuncs (#6513) | Alon Zakai | 2024-05-08 | 1 | -8/+85 |
* | [jspi] - Support new version of JSPI for module splitting. (#6546) | Brendan Dahl | 2024-04-29 | 1 | -6/+20 |
* | [wasm-split] Do not split out functions referring to segments (#6517) | Thomas Lively | 2024-04-23 | 1 | -4/+62 |
* | Fixes regarding explicit names (#6466) | Jérôme Vouillon | 2024-04-11 | 1 | -3/+4 |
* | Support using JSPI to load the secondary wasm split module. (#5431) | Brendan Dahl | 2023-01-20 | 1 | -3/+52 |
* | Make `Name` a pointer, length pair (#5122) | Thomas Lively | 2022-10-11 | 1 | -3/+2 |
* | Mutli-Memories Support in IR (#4811) | Ashley Nelson | 2022-08-17 | 1 | -8/+3 |
* | Remove basic reference types (#4802) | Thomas Lively | 2022-07-20 | 1 | -6/+6 |
* | Modernize code to C++17 (#3104) | Max Graey | 2021-11-22 | 1 | -6/+2 |
* | Change from storing Signature to HeapType on CallIndirect (#4352) | Thomas Lively | 2021-11-22 | 1 | -2/+2 |
* | Preserve Function HeapTypes (#3952) | Thomas Lively | 2021-06-30 | 1 | -14/+15 |
* | [EH] Make tag's attribute encoding detail (#3947) | Heejin Ahn | 2021-06-21 | 1 | -1/+0 |
* | [EH] Replace event with tag (#3937) | Heejin Ahn | 2021-06-18 | 1 | -7/+7 |
* | [wasm-split] Add an option to emit a placeholder map (#3931) | Thomas Lively | 2021-06-12 | 1 | -2/+7 |
* | [wasm-split] Minimize names of newly created exports (#3905) | Thomas Lively | 2021-06-01 | 1 | -2/+10 |
* | Minor wasm-split improvements (#3825) | Thomas Lively | 2021-04-20 | 1 | -39/+35 |
* | wasm-split: Update dylink section when growing table (#3791) | Sam Clegg | 2021-04-09 | 1 | -0/+3 |
* | RefFunc: Validate that the type is non-nullable, and avoid possible bugs in t... | Alon Zakai | 2021-04-08 | 1 | -2/+1 |
* | [RT] Add type to tables and element segments (#3763) | Abbas Mashayekh | 2021-04-06 | 1 | -6/+13 |
* | [RT] Support expressions in element segments (#3666) | Abbas Mashayekh | 2021-03-24 | 1 | -34/+50 |
* | [reference-types] Support passive elem segments (#3572) | Abbas Mashayekh | 2021-03-05 | 1 | -47/+62 |
* | Support comparing, subtyping, and naming recursive types (#3610) | Thomas Lively | 2021-02-25 | 1 | -13/+0 |
* | Remove assertions that prevent non-assertion builds (#3576) | Alon Zakai | 2021-02-17 | 1 | -0/+1 |
* | [reference-types] remove single table restriction in IR (#3517) | Abbas Mashayekh | 2021-02-09 | 1 | -46/+83 |
* | [module-splitting] Fix a crash when a function is exported twice (#3455) | Thomas Lively | 2020-12-17 | 1 | -0/+4 |
* | Fix wasm-split name collision bug (#3447) | Thomas Lively | 2020-12-16 | 1 | -3/+16 |
* | [module-splitting] Allow splitting with non-const table offsets (#3408) | Thomas Lively | 2020-12-01 | 1 | -82/+181 |
* | Module splitting (#3317) | Thomas Lively | 2020-11-12 | 1 | -0/+479 |