support SIMD fuzzing in reference interpreter (#3980)

* support SIMD fuzzing in reference interpreter

* formatting
This commit is contained in:
Conrad Watt
2022-03-31 16:07:39 +01:00
committed by GitHub
parent e8dd13cf87
commit c8daf0b8db
8 changed files with 46 additions and 11 deletions

View File

@@ -23,6 +23,7 @@ fn run(data: &[u8]) -> Result<()> {
// Enable features that the spec interpreter has implemented
config.module_config.config.multi_value_enabled = false;
config.module_config.config.simd_enabled = true;
// TODO: this is a best-effort attempt to avoid errors caused by the
// generated module exporting no functions.