File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ deps-update-emsdk: deps-install-emsdk deps-test-emsdk
185
185
# @example
186
186
# make deps-test-emsdk
187
187
# /
188
- deps-test-emsdk : $(DEPS_EMSDK_TEST_INSTALL_WASM_OUT )
188
+ deps-test-emsdk : $(DEPS_EMSDK_TEST_INSTALL_WASM_OUT ) deps-test-emsdk-wasm
189
189
$(QUIET ) echo ' ' >&2
190
190
$(QUIET ) echo ' emcc info...' >&2
191
191
$(QUIET ) echo ' ' >&2
@@ -206,7 +206,7 @@ deps-test-emsdk: $(DEPS_EMSDK_TEST_INSTALL_WASM_OUT)
206
206
deps-test-emsdk-wasm : $(DEPS_EMSDK_TEST_INSTALL_WASM_OUT )
207
207
$(QUIET ) echo ' Running wasm tests...' >&2
208
208
$(QUIET ) echo ' ' >&2
209
- $(QUIET ) echo ' TODO: make more robust' >&2
209
+ $(QUIET ) echo ' TODO: make test more robust' >&2
210
210
$(QUIET ) test -f $(DEPS_EMSDK_TEST_INSTALL_WASM_OUT ) >&2
211
211
$(QUIET ) echo ' ' >&2
212
212
$(QUIET ) echo ' Success.' >&2
Original file line number Diff line number Diff line change @@ -61,6 +61,7 @@ wasm: $(NODE_MODULES)
61
61
SRC_FOLDER=" $( SRC_FOLDER) " \
62
62
EMCC_COMPILER=" $( DEPS_EMSDK_EMSCRIPTEN_EMCC) " \
63
63
WASM2WAT=" $( DEPS_WABT_WASM2WAT) " \
64
+ WASM2JS=" $( DEPS_EMSDK_EMSCRIPTEN_WASM2JS) " \
64
65
" ${compile_wasm_bin} " $$ pkg \
65
66
|| { echo " Error: failed to compile WebAssembly: $$ pkg" ; exit 0; } \
66
67
done
You can’t perform that action at this time.
0 commit comments