diff options
Diffstat (limited to 'build-js.sh')
-rwxr-xr-x | build-js.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build-js.sh b/build-js.sh index 4b9e56ecb..9aa4105f6 100755 --- a/build-js.sh +++ b/build-js.sh @@ -138,6 +138,7 @@ echo "building shared bitcode" $BINARYEN_SRC/passes/SpillPointers.cpp \ $BINARYEN_SRC/passes/SSAify.cpp \ $BINARYEN_SRC/passes/StackIR.cpp \ + $BINARYEN_SRC/passes/Strip.cpp \ $BINARYEN_SRC/passes/TrapMode.cpp \ $BINARYEN_SRC/passes/Untee.cpp \ $BINARYEN_SRC/passes/Vacuum.cpp \ |