Skip to content

Force using sync resource-drop during fuzzing#2072

Closed
alexcrichton wants to merge 1 commit intobytecodealliance:mainfrom
alexcrichton:fix-fuzz
Closed

Force using sync resource-drop during fuzzing#2072
alexcrichton wants to merge 1 commit intobytecodealliance:mainfrom
alexcrichton:fix-fuzz

Conversation

@alexcrichton
Copy link
Member

This commit fixes fuzzer fallout from #2065 and related PRs where previously async destructor imports were being generated but were actually bound with synchronous destructor imports. Now wit-component is generating an error on async resource destructors so this fixes the generator to avoid generating such imports for now while there's not support for lowering them.

This commit fixes fuzzer fallout from bytecodealliance#2065 and related PRs where
previously async destructor imports were being generated but were
actually bound with synchronous destructor imports. Now `wit-component`
is generating an error on async resource destructors so this fixes the
generator to avoid generating such imports for now while there's not
support for lowering them.
@alexcrichton
Copy link
Member Author

This is a pretty small change and one more was needed for #2073 so I'm going to close this in favor of that.

@alexcrichton alexcrichton deleted the fix-fuzz branch February 27, 2025 15:54
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.

1 participant