Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix name of port_passes_tests_to_lit.py script. NFC (#4902) | Sam Clegg | 2022-08-12 | 1 | -1/+1 |
| | | | I was reading these tests and failing to find the names script. | ||||
* | Rename asyncify-side-module to asyncify-relocatable (#4596) | かめのこにょこにょこ | 2022-04-18 | 1 | -1/+1 |
| | | | | | | | Related: emscripten-core/emscripten#15893 (comment) --pass-arg=asyncify-side-module option will be used not only from side modules, but also from main modules. | ||||
* | Allow import mutable globals used in Asyncify pass (#4427) | かめのこにょこにょこ | 2022-01-14 | 1 | -0/+106 |
This PR is part of the solution to emscripten-core/emscripten#15594. emscripten Asyncify won't work properly in side modules, because the globals, __asyncify_state and __asyncify_data, are not synchronized between main-module and side-modules. A new pass arg, asyncify-side-module, is added to make __asyncify_state and __asyncify_data imported in the instrumented wasm. |