Add support for (register) command in spec tests and enable importing mutable globals.

Enable the part of the simd spec tests that now pass.
This commit is contained in:
Nick Lewycky
2019-08-02 14:16:39 -07:00
parent 17b5082c9b
commit 2fabb5bc20
4 changed files with 61 additions and 43 deletions

View File

@ -146,7 +146,7 @@ pub fn validating_parser_config(features: &Features) -> wasmparser::ValidatingPa
enable_bulk_memory: false,
enable_multi_value: false,
},
mutable_global_imports: false,
mutable_global_imports: true,
}
}