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:
@@ -341,6 +341,7 @@ impl Config {
|
|||||||
config.simd_enabled = false;
|
config.simd_enabled = false;
|
||||||
config.bulk_memory_enabled = true;
|
config.bulk_memory_enabled = true;
|
||||||
config.reference_types_enabled = true;
|
config.reference_types_enabled = true;
|
||||||
|
config.multi_value_enabled = true;
|
||||||
config.max_memories = 1;
|
config.max_memories = 1;
|
||||||
|
|
||||||
if let InstanceAllocationStrategy::Pooling {
|
if let InstanceAllocationStrategy::Pooling {
|
||||||
|
|||||||
Reference in New Issue
Block a user