Home
last modified time | relevance | path

Searched defs:engine_code (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dinstantiate.rs23 engine_code: Arc<EngineCode>, field
H A Dmodule.rs646 pub(crate) fn engine_code(&self) -> &Arc<EngineCode> { in engine_code() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/component/
H A Dcomponent.rs557 pub(crate) fn engine_code(&self) -> &Arc<EngineCode> { in engine_code() method