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

Function map_engine

crates/test-util/src/component.rs:36–38  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

34}
35
36pub fn map_engine() -> Engine {
37 Engine::new(&map_config()).unwrap()
38}
39
40pub fn async_engine() -> Engine {
41 Engine::default()

Callers 6

mapsFunction · 0.85
maps_complex_typesFunction · 0.85
maps_duplicate_keysFunction · 0.85
maps_all_primitive_typesFunction · 0.85
maps_alignmentFunction · 0.85
maps_largeFunction · 0.85

Calls 3

map_configFunction · 0.85
newFunction · 0.50
unwrapMethod · 0.45

Tested by 6

mapsFunction · 0.68
maps_complex_typesFunction · 0.68
maps_duplicate_keysFunction · 0.68
maps_all_primitive_typesFunction · 0.68
maps_alignmentFunction · 0.68
maps_largeFunction · 0.68