At the moment I am fuzzing this codebase using libfuzzer/wasm-smith. The fuzzing job is running on my workstation (24 core Xeon). It's found (and I've fixed) a couple of issues though things have stabled out. It would be good to move this fuzzing process to OSS Fuzz which will let my workstation relax.
I imagine this will be very useful to constantly update on the new code and refresh the corpus since at the moment the process is quite manual.
At the moment I am fuzzing this codebase using libfuzzer/wasm-smith. The fuzzing job is running on my workstation (24 core Xeon). It's found (and I've fixed) a couple of issues though things have stabled out. It would be good to move this fuzzing process to OSS Fuzz which will let my workstation relax.
I imagine this will be very useful to constantly update on the new code and refresh the corpus since at the moment the process is quite manual.