Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/winch/src/
H A Dbuilder.rs96 _cache_store: Arc<dyn wasmtime_environ::CacheStore>, in enable_incremental_compilation()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dbuilder.rs144 cache_store: Arc<dyn wasmtime_environ::CacheStore>, in enable_incremental_compilation()
H A Dcompiler.rs123 cache_store: Option<Arc<dyn CacheStore>>, in new()
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmod.rs79 pub trait CacheStore: Send + Sync + std::fmt::Debug { trait
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs407 cache_store: Arc<dyn CacheStore>, in enable_incremental_compilation()