summaryrefslogtreecommitdiff
path: root/test/lit/passes/asyncify_mod-asyncify-always-and-only-unwind.wast
Commit message (Collapse)AuthorAgeFilesLines
* Optimize Asyncify to not flatten/optimize unnecessarily (#5293)Alexander Guryanov2022-12-061-5/+1
| | | | | | | | | Add a way to proxy passes and the addition of passes in pass runners. With that we can make Asyncify only modify functions it actually needs to. On a project that Asyncify only needs to modify a few functions on, this can save a huge amount of time as it avoids flattening+optimizing the majority of the module. Fixes #4822
* Fix name of port_passes_tests_to_lit.py script. NFC (#4902)Sam Clegg2022-08-121-1/+1
| | | I was reading these tests and failing to find the names script.
* Port test/passes/asyncify* to lit (#3970)Thomas Lively2021-07-081-0/+508