Skip to content

Enable JS interop in V8 flags#8425

Merged
tlively merged 3 commits intomainfrom
enable-v8-js-interop
Mar 6, 2026
Merged

Enable JS interop in V8 flags#8425
tlively merged 3 commits intomainfrom
enable-v8-js-interop

Conversation

@tlively
Copy link
Member

@tlively tlively commented Mar 6, 2026

Enabling this feature will allow configuring JS prototypes on Wasm
structs via their descriptors. This will help the fuzzer find bugs where
those configured prototypes are accidentally removed.

Enabling this feature will allow configuring JS prototypes on Wasm
structs via their descriptors. This will help the fuzzer find bugs where
those configured prototypes are accidentally removed.
@tlively tlively requested a review from kripken March 6, 2026 02:25
Copy link
Member

@kripken kripken left a comment

Choose a reason for hiding this comment

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

Do we also want to enable this on ClusterFuzz?

FUZZER_FLAGS = '--wasm-staging --experimental-wasm-custom-descriptors'

@tlively tlively enabled auto-merge (squash) March 6, 2026 18:26
@tlively tlively merged commit 878c96f into main Mar 6, 2026
17 checks passed
@tlively tlively deleted the enable-v8-js-interop branch March 6, 2026 18:58
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