summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorThomas Lively <tlively@google.com>2024-07-18 16:40:23 -0400
committerGitHub <noreply@github.com>2024-07-18 13:40:23 -0700
commit5a6eb1670762b1631d8236a32de38a3851183441 (patch)
treecaa303526a91ad7e18909d054a5c946dc751805c /scripts
parent7b1ef0c9023368fffd1b6eb6771cab3690295fef (diff)
downloadbinaryen-5a6eb1670762b1631d8236a32de38a3851183441.tar.gz
binaryen-5a6eb1670762b1631d8236a32de38a3851183441.tar.bz2
binaryen-5a6eb1670762b1631d8236a32de38a3851183441.zip
Validate features for types used in element segments (#6769)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/fuzz_opt.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py
index 9036c338f..f49234035 100755
--- a/scripts/fuzz_opt.py
+++ b/scripts/fuzz_opt.py
@@ -364,6 +364,7 @@ INITIAL_CONTENTS_IGNORE = [
'shared-types-no-gc.wast',
'shared-ref-i31.wast',
'table-type.wast',
+ 'elem-type.wast',
]