summaryrefslogtreecommitdiff
path: root/test/unit/input/asyncify.js
Commit message (Collapse)AuthorAgeFilesLines
* Add package.json for unit tests (#6245)Alon Zakai2024-02-081-0/+3
| | | | | | | | | The JS there is not an ES6 module, so declare it so (otherwise a package.json in a parent, perhaps in folders outside of our own project that we are pasted in, can cause an error, as require does not work in ES6 modules and we might be forced to be seen as one). Fixes #6240
* Bysyncify => Asyncify (#2226)Alon Zakai2019-07-151-0/+304
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.