WasmFuzz
Published in Github, 2019
A driver to perform fuzz testing on JavaScriptCore and WebAssembly in WebKit.
When perform fuzzing on wasm, there are two-dimensional input spaces. One is .js
file. Another is .wasm
file. We provide a fuzzing driver to mutate both .js
file and .wasm
file.