Skip to content

Commit

Permalink
Remove --experimental-wasm-eh argument from the wasm_args used for wa…
Browse files Browse the repository at this point in the history
…sm performance runs. (#93357)
  • Loading branch information
LoopedBard3 committed Oct 12, 2023
1 parent f20509b commit a770017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/testing/performance/performance-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ if [[ -n "$wasm_bundle_directory" ]]; then
using_wasm=true
wasm_bundle_directory_path=$payload_directory
mv $wasm_bundle_directory/* $wasm_bundle_directory_path
wasm_args="--experimental-wasm-eh --expose_wasm"
wasm_args="--expose_wasm"
if [ "$javascript_engine" == "v8" ]; then
# for es6 module support
wasm_args="$wasm_args --module"
Expand Down

0 comments on commit a770017

Please sign in to comment.