[fuzzing] Enable instantiation (#3958)
- Increase input seed size for wasm-tools to generate larger WebAssembly modules - Add instantiation in wasm mutator fuzz tests
This commit is contained in:
@ -19,6 +19,7 @@ $ wasm-tools help
|
||||
mkdir build && cd build
|
||||
# Without custom mutator (libfuzzer modify the buffer randomly)
|
||||
cmake ..
|
||||
# TODO: TBC. `wasm-tools mutate` is not supported yet
|
||||
# With custom mutator (wasm-tools mutate)
|
||||
cmake .. -DCUSTOM_MUTATOR=1
|
||||
make -j$(nproc)
|
||||
|
||||
Reference in New Issue
Block a user