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

Method engine

crates/wasmtime/src/runtime/module.rs:907–909  ·  view source on GitHub ↗

Returns the [`Engine`] that this [`Module`] was compiled by.

(&self)

Source from the content-addressed store, hash-verified

905
906 /// Returns the [`Engine`] that this [`Module`] was compiled by.
907 pub fn engine(&self) -> &Engine {
908 &self.inner.engine
909 }
910
911 #[allow(
912 unused,

Callers 3

importsMethod · 0.45
exportsMethod · 0.45
get_exportMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected