Skip to content

Commit a770017

Browse files
authored
Remove --experimental-wasm-eh argument from the wasm_args used for wasm performance runs. (#93357)
1 parent f20509b commit a770017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/testing/performance/performance-setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ if [[ -n "$wasm_bundle_directory" ]]; then
421421
using_wasm=true
422422
wasm_bundle_directory_path=$payload_directory
423423
mv $wasm_bundle_directory/* $wasm_bundle_directory_path
424-
wasm_args="--experimental-wasm-eh --expose_wasm"
424+
wasm_args="--expose_wasm"
425425
if [ "$javascript_engine" == "v8" ]; then
426426
# for es6 module support
427427
wasm_args="$wasm_args --module"

0 commit comments

Comments
 (0)