Skip to content

Files

Latest commit

0948e67 · Feb 5, 2024

History

History
This branch is 19 commits ahead of, 5584 commits behind oxc-project/oxc:main.

fuzz

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