rules_fuzzing
rules_fuzzing copied to clipboard
Scala support
Are there any plans for scala support for Jazzer + bazel with rules_fuzzing ? If not, are there any pointers to get this integration in ?
Without any special support, you should be able to use java_fuzz_test with Scala dependencies as long as you can provide the Scala equivalent of the static fuzzerTestOneInput entry point. The instrumentation may not work as well though.