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.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/binaryen-shell.cpp b/src/binaryen-shell.cpp
index 72fad992b..14cc66406 100644
--- a/src/binaryen-shell.cpp
+++ b/src/binaryen-shell.cpp
@@ -176,6 +176,7 @@ 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"};
Options options("binaryen-shell", "Execute .wast files");