Searched refs:module_features (Results 1 – 1 of 1) sorted by relevance
411 let module_features = wasmparser::WasmFeatures::from_bits_truncate(self.features); in check_features() localVariable412 let missing_features = (*other & module_features) ^ module_features; in check_features()