@klauspost - I have the build working with all fuzzers except the `s2`
fuzzers which require more work. I would prefer to get the fuzzers
running first without those first and include them later.
Your fuzzing suite does some reading of files on disk at runtime which
won't work in OSS-Fuzz. I have mitigated that by creating a slice of all
the files in a new file that gets created in `./zstd` which is available
to the fuzzer at runtime. See `build.sh` for details.
Can you please leave your email address in this PR to get it finalized?
---------
Signed-off-by: AdamKorcz <adam@adalogics.com>