File: README.md

package info (click to toggle)
rust-walrus 0.24.4%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,692 kB
  • sloc: sh: 32; makefile: 2
file content (20 lines) | stat: -rw-r--r-- 303 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Fuzzing Walrus with `cargo fuzz`!

## Prerequisites

```
cargo install cargo-fuzz
```

## Fuzzing

```
cargo fuzz run watgen
cargo fuzz run wasm-opt-ttf
cargo fuzz run raw
```

## Learn More

[Learn more about `cargo fuzz` from the `rust-fuzz`
book.](https://rust-fuzz.github.io/book/cargo-fuzz.html)