MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / wasm_component_model_threading

Method wasm_component_model_threading

crates/wasmtime/src/config.rs:1279–1282  ·  view source on GitHub ↗
(&mut self, enable: bool)

Source from the content-addressed store, hash-verified

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 ///

Callers 5

configMethod · 0.80
provenance_test_configFunction · 0.80
configFunction · 0.80
apply_test_configFunction · 0.80

Calls 1

wasm_featuresMethod · 0.80

Tested by 1

configFunction · 0.64