Searched refs:CacheStore (Results 1 – 7 of 7) sorted by relevance
| /wasmtime-44.0.1/crates/test-programs/artifacts/src/ |
| H A D | lib.rs | 7 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 D | builder.rs | 16 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 D | compiler.rs | 37 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 D | examples-fast-compilation.md | 19 * [`wasmtime::CacheStore`](https://docs.rs/wasmtime/latest/wasmtime/trait.CacheStore.html)
|
| /wasmtime-44.0.1/crates/environ/src/compile/ |
| H A D | mod.rs | 79 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 D | builder.rs | 96 _cache_store: Arc<dyn wasmtime_environ::CacheStore>, in enable_incremental_compilation() argument
|
| /wasmtime-44.0.1/crates/wasmtime/src/ |
| H A D | config.rs | 33 pub use wasmtime_environ::CacheStore; 206 cache_store: Option<Arc<dyn CacheStore>>, 407 cache_store: Arc<dyn CacheStore>, in enable_incremental_compilation() argument
|