Disable module linking in instantiate fuzzer (#3981)

Support was removed from Wasmtime so there's no need to fuzz it any
more.
This commit is contained in:
Alex Crichton
2022-03-31 13:17:34 -05:00
committed by GitHub
parent bd6fe11ca9
commit 5338e12f9d

View File

@@ -24,9 +24,6 @@ fn run(data: &[u8]) -> Result<()> {
Timeout::None Timeout::None
}; };
// Enable module linking for this fuzz target specifically
config.module_config.config.module_linking_enabled = u.arbitrary()?;
let module = config.generate( let module = config.generate(
&mut u, &mut u,
if let Timeout::None = timeout { if let Timeout::None = timeout {