Enable the multi-value proposal by default (#1667)
This was merged into the wasm spec upstream in WebAssembly/spec#1145, so let's follow the spec and enable it by default here as well!
This commit is contained in:
@@ -39,7 +39,6 @@ pub(crate) fn fuzz_default_config(
|
||||
config
|
||||
.cranelift_debug_verifier(true)
|
||||
.cranelift_nan_canonicalization(true)
|
||||
.wasm_multi_value(true)
|
||||
.wasm_bulk_memory(true)
|
||||
.strategy(strategy)?;
|
||||
Ok(config)
|
||||
|
||||
Reference in New Issue
Block a user