Searched defs:ComponentCompiler (Results 1 – 4 of 4) sorted by relevance
6 pub trait ComponentCompiler: Send + Sync { interface
217 fn component_compiler(&self) -> &dyn wasmtime_environ::component::ComponentCompiler { in component_compiler()362 fn component_compiler(&self) -> &dyn wasmtime_environ::component::ComponentCompiler { in component_compiler()
434 fn component_compiler(&self) -> &dyn crate::component::ComponentCompiler; in component_compiler()
654 fn component_compiler(&self) -> &dyn wasmtime_environ::component::ComponentCompiler { in component_compiler()