File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -184,7 +184,9 @@ def is_exe(fpath):
184184WASM_METADCE = [os .path .join (options .binaryen_bin , 'wasm-metadce' )]
185185WASM_EMSCRIPTEN_FINALIZE = [os .path .join (options .binaryen_bin ,
186186 'wasm-emscripten-finalize' )]
187- BINARYEN_JS = os .path .join (options .binaryen_root , 'out' , 'binaryen.js' )
187+ # Due to cmake limitations, we emit binaryen_js.js (see CMakeLists.txt
188+ # for why).
189+ BINARYEN_JS = os .path .join (options .binaryen_bin , 'binaryen_js.js' )
188190
189191
190192def wrap_with_valgrind (cmd ):
Original file line number Diff line number Diff line change 44echo " travis-test build"
55emconfigure cmake -DCMAKE_BUILD_TYPE=Release
66emmake make -j4 binaryen_js
7- mkdir -p out
8- cp bin/binaryen_js.js out/binaryen.js
97echo " travis-test test"
108python3 -m scripts.test.binaryenjs
119echo " travis-test yay!"
You can’t perform that action at this time.
0 commit comments