Home
last modified time | relevance | path

Searched defs:FrameDataCache (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Ddebug.rs620 pub(crate) struct FrameDataCache { struct
626 impl FrameDataCache { implementation
H A Dstore.rs1692 ) -> (&mut FrameDataCache, &ModuleRegistry) { in frame_data_cache_mut_and_registry()