diff options
author | Thomas Lively <tlively@google.com> | 2024-07-18 16:40:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 13:40:23 -0700 |
commit | 5a6eb1670762b1631d8236a32de38a3851183441 (patch) | |
tree | caa303526a91ad7e18909d054a5c946dc751805c /scripts | |
parent | 7b1ef0c9023368fffd1b6eb6771cab3690295fef (diff) | |
download | binaryen-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-x | scripts/fuzz_opt.py | 1 |
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', ] |