wasefire icon indicating copy to clipboard operation
wasefire copied to clipboard

Interpreter fuzzing

Open ia0 opened this issue 2 years ago • 0 comments
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).

ia0 avatar Mar 28 '23 13:03 ia0