Skip to content

Commit

Permalink
Try to pass full path to v8
Browse files Browse the repository at this point in the history
Also remove --experimental-wasm-simd option, which shouldn't be needed
for newer v8
  • Loading branch information
radekdoulik committed Jan 20, 2023
1 parent 432e144 commit a15b3ef
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eng/testing/WasmRunnerAOTTemplate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ if [[ "$XHARNESS_COMMAND" == "test" ]]; then
JS_ENGINE="--engine=NodeJS"
JS_ENGINE_ARGS="$JS_ENGINE_ARGS --engine-arg=--experimental-wasm-simd"
else
JS_ENGINE="--engine=V8"
JS_ENGINE_ARGS="$JS_ENGINE_ARGS --engine-arg=--experimental-wasm-simd"
JS_ENGINE="--engine=/home/helixbot/.jsvu/bin/v8"
fi
fi

Expand Down

0 comments on commit a15b3ef

Please sign in to comment.