Home
last modified time | relevance | path

Searched refs:CompiledModule (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dmodule.rs10 instantiate::CompiledModule,
140 module: CompiledModule,
539 let module = CompiledModule::from_artifacts(code.clone(), info, index, engine.profiler())?; in from_parts_raw()
642 pub(crate) fn compiled_module(&self) -> &CompiledModule { in compiled_module() argument
H A Dinstantiate.rs20 pub struct CompiledModule { struct
31 impl CompiledModule { argument
/wasmtime-44.0.1/crates/wasmtime/src/
H A Druntime.rs98 pub use instantiate::CompiledModule;
/wasmtime-44.0.1/docs/
H A Dcontributing-architecture.md178 code, etc, all happens. At this point a `wasmtime_jit::CompiledModule` is