Home
last modified time | relevance | path

Searched refs:compressed_cache_bytes (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/cache/src/
H A Dlib.rs265 let compressed_cache_bytes = fs::read(&mod_cache_path).ok()?; in get_data() localVariable
266 let cache_bytes = zstd::decode_all(&compressed_cache_bytes[..]) in get_data()
H A Dworker.rs313 let compressed_cache_bytes = unwrap_or_warn!( in handle_on_cache_get() localVariable
321 zstd::decode_all(&compressed_cache_bytes[..]), in handle_on_cache_get()