We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3defc1a commit c0cf59fCopy full SHA for c0cf59f
.circleci/config.yml
@@ -91,7 +91,7 @@ commands:
91
# as a "bleeding edge" shell here, basically, with node being the
92
# primary shell (which we run without any special flags)
93
# Refer to commit 0bc3640 if we need to pin V8 version.
94
- echo "V8_ENGINE = [os.path.expanduser('~/.jsvu/v8-${V8_VERSION}'), '--wasm-staging']" >> .emscripten
+ echo "V8_ENGINE = [os.path.expanduser('~/.jsvu/bin/v8-${V8_VERSION}'), '--wasm-staging']" >> .emscripten
95
echo "JS_ENGINES = [NODE_JS]" >> .emscripten
96
echo "if os.path.exists(V8_ENGINE[0]): JS_ENGINES.append(V8_ENGINE)" >> .emscripten
97
echo "WASM_ENGINES = []" >> .emscripten
0 commit comments