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

Method engine

crates/component-macro/tests/expanded/wat.rs:33–35  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

31 Ok(Self { instance_pre, indices })
32 }
33 pub fn engine(&self) -> &wasmtime::Engine {
34 self.instance_pre.engine()
35 }
36 pub fn instance_pre(&self) -> &wasmtime::component::InstancePre<_T> {
37 &self.instance_pre
38 }

Callers 11

create_functionFunction · 0.45
wasmtime_func_newFunction · 0.45
wasmtime_tag_newFunction · 0.45
wasm_module_newFunction · 0.45
wasm_module_validateFunction · 0.45
wasm_module_obtainFunction · 0.45
wasm_module_deserializeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected