Skip to content

Commit

Permalink
examples/fuzz/README.md: add a few tips before i completely forget
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Sep 4, 2024
1 parent 4924e0e commit fd86709
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/fuzz/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ A [libFuzzer] target, which instantiates a wasm module with toywasm.
./run.sh
```

Or, maybe:

```shell
./run.sh -jobs=6
```

### A note for macOS

On macOS, you might want to suppress some LSAN complaints on
system libraries. See [lsan.supp].

[lsan.supp]: ../../test/lsan.supp

## Run with seeding with wasm-tools

```shell
Expand Down

0 comments on commit fd86709

Please sign in to comment.