oxc/fuzz/README.md
2024-02-05 14:41:14 +08:00

249 B

Fuzzer

Installation

cargo binstall cargo-fuzz

Run

Run fuzzer for the parser, for 15 minutes.

rustup default nightly
cargo +nightly fuzz run --sanitizer none parser -- -only_ascii=1 -max_total_time=900 -timeout=5