diff options
-rw-r--r-- | scripts/test/shared.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 1d48ddd68..9d75660ed 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -258,13 +258,12 @@ def has_shell_timeout(): # See https://github.com/v8/v8/blob/master/src/wasm/wasm-feature-flags.h V8_OPTS = [ '--wasm-staging', - '--experimental-wasm-eh', '--experimental-wasm-compilation-hints', '--experimental-wasm-gc', '--experimental-wasm-typed-funcref', '--experimental-wasm-memory64', '--experimental-wasm-extended-const', - '--experimental-wasm-nn-locals', + '--wasm-final-types', ] # external tools |