summaryrefslogtreecommitdiff
path: root/src/binaryen-shell.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/binaryen-shell.cpp')
-rw-r--r--src/binaryen-shell.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/binaryen-shell.cpp b/src/binaryen-shell.cpp
index 14cc66406..7f5b3077e 100644
--- a/src/binaryen-shell.cpp
+++ b/src/binaryen-shell.cpp
@@ -177,7 +177,8 @@ int main(int argc, const char* argv[]) {
static const char* default_passes[] = {"remove-unused-brs",
"remove-unused-names", "merge-blocks",
"optimize-instructions",
- "simplify-locals", "reorder-locals"};
+ "simplify-locals", "reorder-locals",
+ "vacuum"};
Options options("binaryen-shell", "Execute .wast files");
options