mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-24 06:01:33 +00:00
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:
@ -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,
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user