We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
WASM1
MVP
1 parent ba412a6 commit f36ab49Copy full SHA for f36ab49
tests/run-make/wasm-unexpected-features/rmake.rs
@@ -21,6 +21,6 @@ fn verify_features(path: &Path) {
21
eprintln!("verify {path:?}");
22
let file = rfs::read(&path);
23
24
- let mut validator = wasmparser::Validator::new_with_features(wasmparser::WasmFeatures::WASM1);
+ let mut validator = wasmparser::Validator::new_with_features(wasmparser::WasmFeatures::MVP);
25
validator.validate_all(&file).unwrap();
26
}
0 commit comments