(&mut self, enable: bool)
| 1277 | /// https://github.com/WebAssembly/component-model/pull/557 |
| 1278 | #[cfg(feature = "component-model-async")] |
| 1279 | pub fn wasm_component_model_threading(&mut self, enable: bool) -> &mut Self { |
| 1280 | self.wasm_features(WasmFeatures::CM_THREADING, enable); |
| 1281 | self |
| 1282 | } |
| 1283 | |
| 1284 | /// This corresponds to the 📝 emoji in the component model specification. |
| 1285 | /// |