Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. |