Home
last modified time | relevance | path

Searched refs:module_features (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/engine/
H A Dserialization.rs411 let module_features = wasmparser::WasmFeatures::from_bits_truncate(self.features); in check_features() localVariable
412 let missing_features = (*other & module_features) ^ module_features; in check_features()