Searched refs:ComponentCompiler (Results 1 – 5 of 5) sorted by relevance
6 pub trait ComponentCompiler: Send + Sync { interface
217 fn component_compiler(&self) -> &dyn wasmtime_environ::component::ComponentCompiler { in component_compiler() argument362 fn component_compiler(&self) -> &dyn wasmtime_environ::component::ComponentCompiler { in component_compiler() argument383 impl wasmtime_environ::component::ComponentCompiler for NoInlineCompiler {
434 fn component_compiler(&self) -> &dyn crate::component::ComponentCompiler; in component_compiler() argument
654 fn component_compiler(&self) -> &dyn wasmtime_environ::component::ComponentCompiler { in component_compiler() argument
1583 impl ComponentCompiler for Compiler {