File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ commands:
127
127
tar -xf node-v15.14.0-linux-x64.tar.xz
128
128
export PATH="`pwd`/node-v15.14.0-linux-x64/bin:${PATH}"
129
129
npm install jsvu -g
130
- jsvu --os=default --engines=v8
130
+ jsvu --os=default --engines=v8 [email protected]
131
131
install-emsdk :
132
132
description : " Install emsdk"
133
133
steps :
@@ -149,7 +149,7 @@ commands:
149
149
# persisted workspace (see below).
150
150
echo "CACHE = os.path.expanduser('~/cache')" >> .emscripten
151
151
# Refer to commit 0bc3640 if we need to pin V8 version.
152
- echo "V8_ENGINE = [os.path.expanduser('~/.jsvu/bin/v8')]" >> .emscripten
152
+ echo "V8_ENGINE = [os.path.expanduser('~/.jsvu/bin/v8-12.2.181 ')]" >> .emscripten
153
153
echo "JS_ENGINES = [NODE_JS]" >> .emscripten
154
154
echo "if os.path.exists(V8_ENGINE[0]): JS_ENGINES.append(V8_ENGINE)" >> .emscripten
155
155
echo "WASM_ENGINES = []" >> .emscripten
You can’t perform that action at this time.
0 commit comments