Home
last modified time | relevance | path

Searched refs:CacheStore (Results 1 – 7 of 7) sorted by relevance

/wasmtime-44.0.1/crates/test-programs/artifacts/src/
H A Dlib.rs7 use wasmtime::{CacheStore, Config, Engine};
46 fn cache_store() -> Arc<dyn CacheStore> { in cache_store()
52 impl CacheStore for MyCache { in cache_store()
/wasmtime-44.0.1/crates/cranelift/src/
H A Dbuilder.rs16 use wasmtime_environ::{CacheStore, CompilerBuilder, Setting, Tunables};
23 cache_store: Option<Arc<dyn CacheStore>>,
144 cache_store: Arc<dyn wasmtime_environ::CacheStore>, in enable_incremental_compilation() argument
H A Dcompiler.rs37 Abi, AddressMapSection, BuiltinFunctionIndex, CacheStore, CompileError, CompiledFunctionBody,
50 cache_store: Arc<dyn CacheStore>,
85 cache_store: Option<Arc<dyn CacheStore>>,
123 cache_store: Option<Arc<dyn CacheStore>>, in new() argument
992 struct CraneliftCacheStore(Arc<dyn CacheStore>);
/wasmtime-44.0.1/docs/
H A Dexamples-fast-compilation.md19 * [`wasmtime::CacheStore`](https://docs.rs/wasmtime/latest/wasmtime/trait.CacheStore.html)
/wasmtime-44.0.1/crates/environ/src/compile/
H A Dmod.rs79 pub trait CacheStore: Send + Sync + std::fmt::Debug { interface
128 fn enable_incremental_compilation(&mut self, cache_store: Arc<dyn CacheStore>) -> Result<()>; in enable_incremental_compilation()
/wasmtime-44.0.1/crates/winch/src/
H A Dbuilder.rs96 _cache_store: Arc<dyn wasmtime_environ::CacheStore>, in enable_incremental_compilation() argument
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs33 pub use wasmtime_environ::CacheStore;
206 cache_store: Option<Arc<dyn CacheStore>>,
407 cache_store: Arc<dyn CacheStore>, in enable_incremental_compilation() argument