Skip to content

Disable stack switching when GC is disabled in the fuzzer#7830

Merged
kripken merged 1 commit intoWebAssembly:mainfrom
kripken:no.gc.no.cont
Aug 15, 2025
Merged

Disable stack switching when GC is disabled in the fuzzer#7830
kripken merged 1 commit intoWebAssembly:mainfrom
kripken:no.gc.no.cont

Conversation

@kripken
Copy link
Copy Markdown
Member

@kripken kripken commented Aug 15, 2025

Stack switching depends on part of GC, at least atm.

See

#7827 (comment)

Copy link
Copy Markdown
Member

@tlively tlively left a comment

Choose a reason for hiding this comment

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

Interesting, I guess this wasn't a problem for custom descriptors because it's impossible to use custom descriptors without also using things that depend on GC. So I guess an alternative solution would be to make all the stack switching things depend on GC in the validator? But this works, too.

@kripken kripken merged commit fe461a4 into WebAssembly:main Aug 15, 2025
16 checks passed
@kripken kripken deleted the no.gc.no.cont branch August 15, 2025 16:46
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