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

Method engine

crates/wasmtime/src/runtime/memory.rs:1063–1065  ·  view source on GitHub ↗

Return a reference to the [`Engine`] used to configure the shared memory.

(&self)

Source from the content-addressed store, hash-verified

1061 /// Return a reference to the [`Engine`] used to configure the shared
1062 /// memory.
1063 pub(crate) fn engine(&self) -> &Engine {
1064 &self.engine
1065 }
1066
1067 /// Construct a single-memory instance to provide a way to import
1068 /// [`SharedMemory`] into other modules.

Calls

no outgoing calls