Skip to content

dev: fuzzing: Combine the `compile` and `compile-mutate` fuzz targets (#4048)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 19 Apr 03:11
· 5141 commits to main since this release
988d6ef
We should still get the same amount of fuzzing using libfuzzer's mutators and
using `wasm-mutate` as a mutator now, but they can share the same corpus,
allowing mutations that one performed but the other didn't to reach new areas.