summaryrefslogtreecommitdiff
path: root/scripts/fuzz_passes_wast.py
Commit message (Collapse)AuthorAgeFilesLines
* 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