Fix vectors being unconditionally host shareable (#5556)

This commit is contained in:
Teodor Tanasoaia 2024-04-18 16:02:18 +02:00 committed by GitHub
parent e0ac24aeab
commit d08a069573
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -328,7 +328,6 @@ impl super::Validator {
TypeFlags::DATA
| TypeFlags::SIZED
| TypeFlags::COPY
| TypeFlags::HOST_SHAREABLE
| TypeFlags::ARGUMENT
| TypeFlags::CONSTRUCTIBLE
| shareable,