Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dmodule.rs136 struct ModuleInner { struct
137 engine: Engine,
140 module: CompiledModule,
147 code: Arc<EngineCode>,
177 impl fmt::Debug for ModuleInner { argument
1222 impl Drop for ModuleInner { implementation