Alon Zakai 88fe1b68e9
Fuzzer: Use a directory for important fuzz testcases (#6297)
Users can put files in ./fuzz and they will be fuzzed with high priority.

Docs in source and https://github.com/WebAssembly/binaryen/wiki/Fuzzing#helper-scripts
2024-02-12 15:02:23 -08:00
..

The wasm contents of this directory (*.wasm, *.wast, *.wat files) are treated as
important contents by the fuzzer, which will test them with high frequency. This
is useful when you have some local files you want the fuzzer to focus on.