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

Method engine

crates/wasmtime/src/runtime/func.rs:2136–2138  ·  view source on GitHub ↗

Returns the underlying [`Engine`] this store is connected to.

(&self)

Source from the content-addressed store, hash-verified

2134
2135 /// Returns the underlying [`Engine`] this store is connected to.
2136 pub fn engine(&self) -> &Engine {
2137 self.store.engine()
2138 }
2139
2140 /// Perform garbage collection.
2141 ///

Callers 15

test_sync_host_funcFunction · 0.45
test_async_host_funcFunction · 0.45
make_fiber_uncheckedFunction · 0.45
on_fiberFunction · 0.45
try_new_Method · 0.45
new_uncheckedMethod · 0.45
new_asyncMethod · 0.45
try_wrapMethod · 0.45
wrap_asyncMethod · 0.45
load_tyMethod · 0.45
typedMethod · 0.45
enter_wasmMethod · 0.45

Calls

no outgoing calls

Tested by 8

test_sync_host_funcFunction · 0.36
test_async_host_funcFunction · 0.36
run_wasmFunction · 0.36
run_with_preloadsFunction · 0.36
instantiateFunction · 0.36
wizen_and_run_wasmFunction · 0.36
instantiateFunction · 0.36
run_wasmFunction · 0.36