(&mut self, enable: bool)
| 1239 | /// https://github.com/WebAssembly/component-model/blob/main/design/mvp/Concurrency.md |
| 1240 | #[cfg(feature = "component-model-async")] |
| 1241 | pub fn wasm_component_model_async(&mut self, enable: bool) -> &mut Self { |
| 1242 | self.wasm_features(WasmFeatures::CM_ASYNC, enable); |
| 1243 | self |
| 1244 | } |
| 1245 | |
| 1246 | /// This corresponds to the 🚝 emoji in the component model specification. |
| 1247 | /// |