diff options
Diffstat (limited to 'fuzz')
-rw-r--r-- | fuzz/readme.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fuzz/readme.txt b/fuzz/readme.txt new file mode 100644 index 000000000..54df3bd12 --- /dev/null +++ b/fuzz/readme.txt @@ -0,0 +1,3 @@ +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. |