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

Method wasm_component_model_async

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

Source from the content-addressed store, hash-verified

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

Calls 1

wasm_featuresMethod · 0.80

Tested by 10

test_many_parametersFunction · 0.36
test_many_resultsFunction · 0.36
runFunction · 0.36
simple_type_conversionsFunction · 0.36
run_testFunction · 0.36
run_with_builderFunction · 0.36
configFunction · 0.36
run_cliFunction · 0.36
run_httpFunction · 0.36