summaryrefslogtreecommitdiff
path: root/scripts/fuzz_shell.js
Commit message (Collapse)AuthorAgeFilesLines
* Bysyncify: Fuzzing (#2192)Alon Zakai2019-07-011-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.