This commit is contained in:
Patrick Ventuzelo 2019-09-09 11:50:30 +02:00
parent c7b9dab690
commit c6f8ab37f1

View File

@ -20,7 +20,7 @@ or the `validate_wasm` fuzzer
```sh ```sh
cargo fuzz run validate_wasm cargo fuzz run validate_wasm
``` ```
or the `validate_wasm` fuzzer or the `compile_wasm` fuzzer
```sh ```sh
cargo fuzz run compile_wasm cargo fuzz run compile_wasm
``` ```