summaryrefslogtreecommitdiff
path: root/scripts/fuzz_passes_wast.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix flake8 failures in scripts/ (#1239)Taiju Tsuiki2017-10-241-1/+1
| | | flake8 starts warning on bare "except:" in python scripts, and all CI job is failing for that.
* fix python spacing in some scripts (#841)Alon Zakai2016-11-151-0/+1
|
* pass/wast fuzzer improvementsAlon Zakai2016-10-131-3/+5
|
* DCE bugfix (#736)Alon Zakai2016-10-041-0/+136
* fix a dce bug where it is invalid to truncate a block if it leaves a final element with a bad type (wasm doesn't always allow removing unreachable code) * add wast pass fuzzer