bytecodealliance / javy

JS to WebAssembly toolchain
Apache License 2.0
2.29k stars 110 forks source link

Add corpus files for json-differential fuzz target #837

Closed jeffcharles closed 1 week ago

jeffcharles commented 1 week ago

Description of the change

Adds a series of corpus files generated after fuzzing the json-differential target for a while and running cargo +nightly fuzz cmin json-differential.

Why am I making this change?

We want to add a corpus to make fuzzing more efficient.

Checklist