diff options
author | Thomas Lively <tlively@google.com> | 2024-03-26 13:38:15 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 13:38:15 -0700 |
commit | 165953e3267997e606598a91d0c79f92e39ee2cc (patch) | |
tree | 7f8dbc5477ed800de2927d1ae57ad99c0cf2683a /src/tools/fuzzing/random.cpp | |
parent | 19f8cc706e823f97554f5e4e9167060061d32a41 (diff) | |
download | binaryen-165953e3267997e606598a91d0c79f92e39ee2cc.tar.gz binaryen-165953e3267997e606598a91d0c79f92e39ee2cc.tar.bz2 binaryen-165953e3267997e606598a91d0c79f92e39ee2cc.zip |
Fix stringview subtyping (#6440)
The stringview types (`stringview_wtf8`, `stringview_wtf16`, and
`stringview_iter`) are not subtypes of `any` even though they are supertypes of
`none`. This breaks the type system invariant that types share a bottom type iff
they share a top type, but we can work around that.
Diffstat (limited to 'src/tools/fuzzing/random.cpp')
0 files changed, 0 insertions, 0 deletions