From 15940d071f2acd4bbebf370d2c706f6922205837 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Wed, 2 Mar 2022 11:17:14 -0600 Subject: [PATCH] Force enable multi-value for spec tests in fuzzing (#3869) Spec tests require multi-value to be enabled and wasm-smith recently made this a fuzz-input option, so override the fuzz input as we do for other features and force-enable multi-value. --- crates/fuzzing/src/generators.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/fuzzing/src/generators.rs b/crates/fuzzing/src/generators.rs index b84f2d1bb9..87aa46ab13 100644 --- a/crates/fuzzing/src/generators.rs +++ b/crates/fuzzing/src/generators.rs @@ -341,6 +341,7 @@ impl Config { config.simd_enabled = false; config.bulk_memory_enabled = true; config.reference_types_enabled = true; + config.multi_value_enabled = true; config.max_memories = 1; if let InstanceAllocationStrategy::Pooling {