Skip to content

[multibyte] Disable expanded array types until interpreter is ready.#8938

Open
brendandahl wants to merge 1 commit into
WebAssembly:mainfrom
brendandahl:multbyte-disable-extra-types
Open

[multibyte] Disable expanded array types until interpreter is ready.#8938
brendandahl wants to merge 1 commit into
WebAssembly:mainfrom
brendandahl:multbyte-disable-extra-types

Conversation

@brendandahl

Copy link
Copy Markdown
Collaborator

No description provided.

@brendandahl
brendandahl requested a review from kripken July 24, 2026 22:34
@brendandahl
brendandahl requested a review from a team as a code owner July 24, 2026 22:34
@brendandahl

Copy link
Copy Markdown
Collaborator Author

It may be a bit before I can land the interpreter support, so probably good to disable for now.

return element.packedType == Field::i8 || element.packedType == Field::i16 ||
(element.packedType == Field::NotPacked && element.type.isNumber());
// TODO: Expand once interpreter supports additional numeric types.
return element.packedType == Field::i8;

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another option is to disable this feature in the fuzzer? See DISALLOWED_FEATURES_IN_V8 in scripts/fuzz_opt.py.

But I don't feel strongly if this PR is simpler for you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants