diff options
Diffstat (limited to 'scripts/test')
-rw-r--r-- | scripts/test/shared.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 4ca065d03..624a2f19a 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -257,6 +257,7 @@ V8_OPTS = [ '--experimental-wasm-compilation-hints', '--experimental-wasm-memory64', '--experimental-wasm-stringref', + '--experimental-wasm-fp16', ] # external tools |