forked from bytecodealliance/wasmtime
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable fuzzing for Pulley & Winch (bytecodealliance#9966)
* Enable fuzzing for Pulley & Winch This commit refactors the `wasmtime-fuzzing` crate to enable fuzzing the Pulley interpreter and the Winch compiler more often. Winch has been feature-complete for much of wasm for a good amount of time now and Pulley now supports many wasm proposals as well. Both strategies have wasm proposals that are still disabled, however. I've run fuzzers for a bit locally and haven't turned up too too much, but I'm sure OSS-Fuzz will chastise me and tell me all the places I'm forgetting to add various configs and tweaks. * Fix test build
- Loading branch information
1 parent
b3b5094
commit c78d44e
Showing
6 changed files
with
92 additions
and
39 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters