We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20509b commit a770017Copy full SHA for a770017
eng/testing/performance/performance-setup.sh
@@ -421,7 +421,7 @@ if [[ -n "$wasm_bundle_directory" ]]; then
421
using_wasm=true
422
wasm_bundle_directory_path=$payload_directory
423
mv $wasm_bundle_directory/* $wasm_bundle_directory_path
424
- wasm_args="--experimental-wasm-eh --expose_wasm"
+ wasm_args="--expose_wasm"
425
if [ "$javascript_engine" == "v8" ]; then
426
# for es6 module support
427
wasm_args="$wasm_args --module"
0 commit comments