(&mut self, enable: bool)
| 1314 | /// `map<k, v>` type in WIT and the component binary format. |
| 1315 | #[cfg(feature = "component-model")] |
| 1316 | pub fn wasm_component_model_map(&mut self, enable: bool) -> &mut Self { |
| 1317 | self.wasm_features(WasmFeatures::CM_MAP, enable); |
| 1318 | self |
| 1319 | } |
| 1320 | |
| 1321 | /// This corresponds to the 🔧 emoji in the component model specification. |
| 1322 | /// |