Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/compile/
H A Druntime.rs19 ) -> Result<(MmapVecWrapper, Option<T>)>, in compile_cached() argument
171 pub(crate) struct MmapVecWrapper(pub MmapVec); struct
179 impl FinishedObject for MmapVecWrapper { implementation
189 Ok(MmapVecWrapper(mmap)) in finish_object()