Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bysyncify => Asyncify (#2226) | Alon Zakai | 2019-07-15 | 1 | -36/+36 |
| | | | | | | | 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. | ||||
* | Support wasm files without exported memory in scripts/fuzz_shell.js (#2210) | Alon Zakai | 2019-07-09 | 1 | -1/+3 |
| | |||||
* | Bysyncify: Fuzzing (#2192) | Alon Zakai | 2019-07-01 | 1 | -0/+209 |
Gets fuzzing support for Bysyncify working. * Add the python to run the fuzzing on bysyncify. * Add a JS script to load and run a testcase with bysyncify support. The code has all the runtime support for sleep/resume etc., which it does on calls to imports at random in a deterministic manner. * Export memory from fuzzer so JS can access it. * Fix tiny builder bug with makeExport. |