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

Method engine

crates/wasmtime/src/runtime/component/instance.rs:1123–1125  ·  view source on GitHub ↗

Returns the underlying engine.

(&self)

Source from the content-addressed store, hash-verified

1121
1122 /// Returns the underlying engine.
1123 pub fn engine(&self) -> &Engine {
1124 self.component.engine()
1125 }
1126
1127 /// Performs the instantiation process into the store specified.
1128 ///

Callers 4

_get_exportMethod · 0.45
assert_type_matchesMethod · 0.45
_instantiateMethod · 0.45
dropMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected