Interpreter fuzzing
Open
crate:interpreter
for:security
for:usability
good first issue
needs:implementation
- Dominant language
- Rust
- Stars
- 188
- Forks
- 41
- Avg merge
- 1d 5h
- Merged PRs (30d)
- 12
Description
We want differential fuzzing of the interpreter with wasm3, wasmtime, and/or the reference interpreter. We can probably use wasm-smith to generate modules, just calling the first (or all) exported functions with arbitrary arguments of the correct type. We should try to detect infinite loops. We should get statistics from the corpus regarding what is supported (e.g. vector types, etc).
Contributor guide
Assessment
This issue has not been assessed yet.