Skip to content

Commit

Permalink
Reflected a renamed configuration option of ECMSCRIPTEN.
Browse files Browse the repository at this point in the history
BINARYEN_ASYNC_COMPILATION was renamed to WASM_ASYNC_COMPILATION.
  • Loading branch information
stahlbauer authored and cpitclaudel committed Feb 11, 2020
1 parent b83b3bd commit 2dabbdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion z3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ EMCC_WASM_OPTIONS=(
# Async compilation causes Firefox to infloop, repeatedly printing “still
# waiting on run dependencies: dependency: wasm-instantiate”. We'll run
# in a WebWorker anyway, so it wouldn't buy us much.
-s BINARYEN_ASYNC_COMPILATION=0)
-s WASM_ASYNC_COMPILATION=0)

EMCC_Z3_JS_INPUTS=("${Z3_ROOT}build/z3.bc")
EMCC_Z3_SMT2_JS_INPUTS=("${BASEDIR}z3smt2.c" "${Z3_ROOT}build/libz3.a")
Expand Down

0 comments on commit 2dabbdf

Please sign in to comment.