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.
This commit is contained in:
Alex Crichton
2022-03-02 11:17:14 -06:00
committed by GitHub
parent f0fa01d552
commit 15940d071f

View File

@@ -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 {