summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/test/shared.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py
index b46a21175..54c7c861d 100644
--- a/scripts/test/shared.py
+++ b/scripts/test/shared.py
@@ -252,10 +252,10 @@ def has_shell_timeout():
V8_OPTS = [
'--wasm-staging',
'--experimental-wasm-eh',
- '--experimental-wasm-simd',
- '--experimental-wasm-reftypes',
'--experimental-wasm-compilation-hints',
- '--experimental-wasm-return-call'
+ '--experimental-wasm-gc',
+ '--experimental-wasm-typed-funcref',
+ '--experimental-wasm-memory64'
]
# external tools