bytecodealliance / bytecodealliance/wasmtime
Take N mutations from `wasm-mutate` instead of only the first
Open
fuzzing
- Dominant language
- Rust
- Stars
- 18.6k
- Forks
- 1.8k
- Avg merge
- 1d 18h
- Merged PRs (30d)
- 126
Description
This will let us reuse `wasm-mutate`'s e-graph, if it constructed one, which is important since it can be expensive to construct and we want to amortize that.
Will need to use thread locals or something though to stash the iterator between calls to the custom mutator though.
Contributor guide
Assessment
This issue has not been assessed yet.