fizzy
fizzy copied to clipboard
Fuzz against wasmtime
The current fuzzing implementation is against wabt. Wabt was used heavily in conjunction with the development of the wasm specification.
Since wasmtime is now used in various production software, it would make sense to fuzz against it. While written in Rust, on the website they claim to have a the wasm-c-api implemented.