fix(tests/rmake/wasm-unexpected-features): change features from WASM1 to MVP
This commit is contained in:
parent
ba412a6e70
commit
f36ab498ce
1 changed files with 1 additions and 1 deletions
|
|
@ -21,6 +21,6 @@ fn verify_features(path: &Path) {
|
||||||
eprintln!("verify {path:?}");
|
eprintln!("verify {path:?}");
|
||||||
let file = rfs::read(&path);
|
let file = rfs::read(&path);
|
||||||
|
|
||||||
let mut validator = wasmparser::Validator::new_with_features(wasmparser::WasmFeatures::WASM1);
|
let mut validator = wasmparser::Validator::new_with_features(wasmparser::WasmFeatures::MVP);
|
||||||
validator.validate_all(&file).unwrap();
|
validator.validate_all(&file).unwrap();
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue