Actually add instantiate-maybe-invalid fuzz target (#2190)
Forgot to add it to the manifest so it didn't actually get built!
This commit is contained in:
@@ -31,9 +31,7 @@ pub(crate) fn init_fuzzing() {
|
||||
}
|
||||
|
||||
/// Create default fuzzing config with given strategy
|
||||
pub(crate) fn fuzz_default_config(
|
||||
strategy: wasmtime::Strategy,
|
||||
) -> anyhow::Result<wasmtime::Config> {
|
||||
pub fn fuzz_default_config(strategy: wasmtime::Strategy) -> anyhow::Result<wasmtime::Config> {
|
||||
init_fuzzing();
|
||||
let mut config = wasmtime::Config::new();
|
||||
config
|
||||
|
||||
Reference in New Issue
Block a user