Skip to content

Generate WITs with the latest wit-smith#1758

Merged
abrown merged 1 commit intobytecodealliance:mainfrom
alexcrichton:fix-fuzz
Sep 4, 2024
Merged

Generate WITs with the latest wit-smith#1758
abrown merged 1 commit intobytecodealliance:mainfrom
alexcrichton:fix-fuzz

Conversation

@alexcrichton
Copy link
Member

With the new wit64 fuzzer don't use the old wit-smith but instead use the newer version. The old version still generates multi-return functions which are no longer supported by default in WIT. This will eventually cause a problem when the newest wit-smith generates features the "old" version no longer supports, but I figure that's a bridge that can be crossed when we get there.

Closes #1757

With the new wit64 fuzzer don't use the old `wit-smith` but instead use
the newer version. The old version still generates multi-return
functions which are no longer supported by default in WIT. This will
eventually cause a problem when the newest wit-smith generates features
the "old" version no longer supports, but I figure that's a bridge that
can be crossed when we get there.
@abrown abrown added this pull request to the merge queue Sep 4, 2024
Merged via the queue into bytecodealliance:main with commit 64821ec Sep 4, 2024
@alexcrichton alexcrichton deleted the fix-fuzz branch September 4, 2024 15:57
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.

fuzz: crash with WIT multi-returns

2 participants