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

Function implements_engine

tests/all/component_model/bindgen.rs:1219–1224  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1217 "#;
1218
1219 fn implements_engine() -> Engine {
1220 let mut config = Config::new();
1221 config.wasm_component_model(true);
1222 config.wasm_component_model_implements(true);
1223 Engine::new(&config).unwrap()
1224 }
1225
1226 #[derive(Default)]
1227 struct MyHost {

Callers 2

ids_are_threaded_throughFunction · 0.85

Calls 4

newFunction · 0.50
wasm_component_modelMethod · 0.45
unwrapMethod · 0.45

Tested by 2

ids_are_threaded_throughFunction · 0.68