From 6de14693110b4f898344ff1cb383caf0d74eb42e Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Fri, 1 Sep 2017 12:34:03 -0700 Subject: wasm-reduce tool (#1139) 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 7e937aa4c..28042929a 100644 --- a/.gitignore +++ b/.gitignore @@ -21,6 +21,7 @@ shared.bc # autogenerated files by check.py a.* b.* +c.* ab.wast actual.out example.o -- cgit v1.2.3