Home
last modified time | relevance | path

Searched refs:ComponentCompiler (Results 1 – 5 of 5) sorted by relevance

/wasmtime-44.0.1/crates/environ/src/component/
H A Dcompiler.rs6 pub trait ComponentCompiler: Send + Sync { interface
/wasmtime-44.0.1/crates/winch/src/
H A Dcompiler.rs217 fn component_compiler(&self) -> &dyn wasmtime_environ::component::ComponentCompiler { in component_compiler() argument
362 fn component_compiler(&self) -> &dyn wasmtime_environ::component::ComponentCompiler { in component_compiler() argument
383 impl wasmtime_environ::component::ComponentCompiler for NoInlineCompiler {
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmod.rs434 fn component_compiler(&self) -> &dyn crate::component::ComponentCompiler; in component_compiler() argument
/wasmtime-44.0.1/crates/cranelift/src/
H A Dcompiler.rs654 fn component_compiler(&self) -> &dyn wasmtime_environ::component::ComponentCompiler { in component_compiler() argument
/wasmtime-44.0.1/crates/cranelift/src/compiler/
H A Dcomponent.rs1583 impl ComponentCompiler for Compiler {