summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-07-18 13:54:21 -0400
committerGitHub <noreply@github.com>2024-07-18 10:54:21 -0700
commit08436189d3f35c958872b34bf8b0a8575e186d27 (patch)
tree593dd20aedbb6cff8cbdce589abb5dcd6818c0aa /scripts
parent6b93a84032cd00840c797d52ac01a7ca3bcb913e (diff)
downloadbinaryen-08436189d3f35c958872b34bf8b0a8575e186d27.tar.gz
binaryen-08436189d3f35c958872b34bf8b0a8575e186d27.tar.bz2
binaryen-08436189d3f35c958872b34bf8b0a8575e186d27.zip
[threads] Simplify and generalize reftype writing without GC (#6766)
Similar to #6765, but for types instead of heap types. Generalize the logic for transforming written reference types to types that are supported without GC so that it will automatically handle shared types and other new types correctly.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/fuzz_opt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py
index a591f9414..e7826c0f3 100755
--- a/scripts/fuzz_opt.py
+++ b/scripts/fuzz_opt.py
@@ -361,7 +361,7 @@ INITIAL_CONTENTS_IGNORE = [
'shared-absheaptype.wast',
'type-ssa-shared.wast',
'shared-ref_eq.wast',
- 'shared-null-no-gc.wast',
+ 'shared-types-no-gc.wast',
]