fix(tests/rmake/wasm-unexpected-features): change features from WASM1 to MVP
This commit is contained in:
committed by
GitHub
parent
ba412a6e70
commit
f36ab498ce
@@ -21,6 +21,6 @@ fn verify_features(path: &Path) {
|
||||
eprintln!("verify {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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user