File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,6 +87,7 @@ echo "building shared bitcode"
8787 $BINARYEN_SRC /passes/DuplicateFunctionElimination.cpp \
8888 $BINARYEN_SRC /passes/ExtractFunction.cpp \
8989 $BINARYEN_SRC /passes/Flatten.cpp \
90+ $BINARYEN_SRC /passes/FuncCastEmulation.cpp \
9091 $BINARYEN_SRC /passes/I64ToI32Lowering.cpp \
9192 $BINARYEN_SRC /passes/Inlining.cpp \
9293 $BINARYEN_SRC /passes/InstrumentLocals.cpp \
@@ -129,12 +130,13 @@ echo "building shared bitcode"
129130 $BINARYEN_SRC /support/threads.cpp \
130131 $BINARYEN_SRC /wasm/literal.cpp \
131132 $BINARYEN_SRC /wasm/wasm-binary.cpp \
133+ $BINARYEN_SRC /wasm/wasm-emscripten.cpp \
134+ $BINARYEN_SRC /wasm/wasm-interpreter.cpp \
132135 $BINARYEN_SRC /wasm/wasm-io.cpp \
133136 $BINARYEN_SRC /wasm/wasm-s-parser.cpp \
134137 $BINARYEN_SRC /wasm/wasm-type.cpp \
135138 $BINARYEN_SRC /wasm/wasm-validator.cpp \
136139 $BINARYEN_SRC /wasm/wasm.cpp \
137- $BINARYEN_SRC /wasm/wasm-emscripten.cpp \
138140 -I$BINARYEN_SRC \
139141 -o shared.bc
140142
You can’t perform that action at this time.
0 commit comments