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

Class Engine

crates/wasmtime/src/engine.rs:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44/// default settings.
45#[derive(Clone)]
46pub struct Engine {
47 inner: Arc<EngineInner>,
48}
49
50struct EngineInner {
51 config: Config,

Callers 6

to_wasm_typeMethod · 0.50
_newMethod · 0.50
create_tagFunction · 0.50
fromMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected