wasefire
wasefire copied to clipboard
Interpreter fuzzing
trafficstars
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).