We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 509dd59 commit f2f15f3Copy full SHA for f2f15f3
1 file changed
fuzz/fuzz_targets/same_result.rs
@@ -68,7 +68,6 @@ fuzz_target!(|module: wasm_smith::ConfiguredModule<WasmConfig>| {
68
// initialization routine.
69
let mut wizer = wizer::Wizer::new();
70
wizer
71
- .wasm_module_linking(true)
72
.wasm_multi_memory(true)
73
.wasm_multi_value(true)
74
.init_func(init_func);
@@ -197,10 +196,6 @@ impl<'a> arbitrary::Arbitrary<'a> for WasmConfig {
197
196
}
198
199
impl wasm_smith::Config for WasmConfig {
200
- fn module_linking_enabled(&self) -> bool {
201
- true
202
- }
203
-
204
fn max_memories(&self) -> usize {
205
10
206
0 commit comments