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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user