From 1a862b14efa8128f7fe32722f700dbf086ac2468 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Tue, 28 Jul 2026 13:08:14 -0700 Subject: [PATCH 1/2] Fix V8 flag for compact imports. --- scripts/test/shared.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 25ab3271c9c..84f6b39953e 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -268,7 +268,7 @@ def has_shell_timeout(): '--experimental-wasm-js-interop', '--experimental-wasm-acquire-release', '--experimental-wasm-wide-arithmetic', - '--wasm-compact-imports', + '--experimental-wasm-compact-imports', ] # external tools From 3cfc223b93639cafe216c615f101deba46015e58 Mon Sep 17 00:00:00 2001 From: Brendan Dahl Date: Tue, 28 Jul 2026 13:17:41 -0700 Subject: [PATCH 2/2] Update run.py --- scripts/clusterfuzz/run.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/clusterfuzz/run.py b/scripts/clusterfuzz/run.py index fe814a2b048..e4a870a53a3 100755 --- a/scripts/clusterfuzz/run.py +++ b/scripts/clusterfuzz/run.py @@ -33,7 +33,7 @@ # The V8 flags we put in the "fuzzer flags" files, which tell ClusterFuzz how to # run V8. By default we apply all staging flags. -FUZZER_FLAGS = '--wasm-staging --experimental-wasm-custom-descriptors --experimental-wasm-js-interop --experimental-wasm-acquire-release --experimental-wasm-wide-arithmetic --wasm-compact-imports' +FUZZER_FLAGS = '--wasm-staging --experimental-wasm-custom-descriptors --experimental-wasm-js-interop --experimental-wasm-acquire-release --experimental-wasm-wide-arithmetic --experimental-wasm-compact-imports' # Optional V8 flags to add to FUZZER_FLAGS, some of the time. OPTIONAL_FUZZER_FLAGS = [