Skip to content

Commit f2f15f3

Browse files
alexcrichtonJake Champion
authored andcommitted
Remove module linking support from fuzzer
1 parent 509dd59 commit f2f15f3

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

fuzz/fuzz_targets/same_result.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ fuzz_target!(|module: wasm_smith::ConfiguredModule<WasmConfig>| {
6868
// initialization routine.
6969
let mut wizer = wizer::Wizer::new();
7070
wizer
71-
.wasm_module_linking(true)
7271
.wasm_multi_memory(true)
7372
.wasm_multi_value(true)
7473
.init_func(init_func);
@@ -197,10 +196,6 @@ impl<'a> arbitrary::Arbitrary<'a> for WasmConfig {
197196
}
198197

199198
impl wasm_smith::Config for WasmConfig {
200-
fn module_linking_enabled(&self) -> bool {
201-
true
202-
}
203-
204199
fn max_memories(&self) -> usize {
205200
10
206201
}

0 commit comments

Comments
 (0)