summaryrefslogtreecommitdiff
path: root/src/passes/JSPI.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow different arguments for multiple instances of a pass (#6687)Christian Speckner2024-07-151-6/+5
* [NFC] Remove our bespoke `make_unique` implementation (#5613)Thomas Lively2023-03-311-2/+2
* JSPI - Replace function table references with JSPI'ed wrapper. (#5519)Brendan Dahl2023-03-011-0/+18
* Support using JSPI to load the secondary wasm split module. (#5431)Brendan Dahl2023-01-201-2/+37
* Add arguments to control which imports/exports are JSPI'd. (#5217)Brendan Dahl2022-11-081-6/+54
* Make `Name` a pointer, length pair (#5122)Thomas Lively2022-10-111-2/+2
* Implement bottom heap types (#5115)Thomas Lively2022-10-071-2/+4
* Refactor interaction between Pass and PassRunner (#5093)Thomas Lively2022-09-301-1/+1
* JPSI - Support re-entering a suspended Wasm module. (#5044)Brendan Dahl2022-09-161-2/+26
* Add JavaScript promise integration (JSPI) pass. (#4961)Brendan Dahl2022-09-021-0/+171