summaryrefslogtreecommitdiff
path: root/test/reduce/simple.wast
Commit message (Collapse)AuthorAgeFilesLines
* wasm-reduce tool (#1139)Alon Zakai2017-09-011-0/+15
Reduce an interesting wasm to a smaller still interesting wasm. This takes an arbitrary command to run, and reduces the wasm as much as it can while keeping the behavior of that command fixed. This can be used to reduce compiler bugs in an arbitrary VM, etc.