summaryrefslogtreecommitdiff
path: root/test/passes/asyncify_pass-arg=asyncify-ignore-imports.wast
Commit message (Collapse)AuthorAgeFilesLines
* Port test/passes/asyncify* to lit (#3970)Thomas Lively2021-07-081-26/+0
|
* Remove old syntax from table and elem in parser (#3753)Abbas Mashayekh2021-03-311-1/+1
| | | | | | | We've been keeping old syntax in the text format parser although they've been removed from the parser and hardly any test case relies on them. This PR will remove old syntax support for tables and element segments and simplify the corresponding parser functions. A few test files were affected by this that are updated.
* Bysyncify => Asyncify (#2226)Alon Zakai2019-07-151-0/+26
After some discussion this seems like a less confusing name: what the pass does is "asyncify" code, after all. The one downside is the name overlaps with the old emscripten "Asyncify" utility, which we'll need to clarify in the docs there. This keeps the old --bysyncify flag around for now, which is helpful for avoiding temporary breakage on CI as we move the emscripten side as well.