Home
last modified time | relevance | path

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

/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/
H A Dmemory.rs567 pub struct LocalMemory { struct
579 impl LocalMemory { argument
585 ) -> Result<LocalMemory> { in new()
/wasmtime-44.0.1/crates/wasmtime/src/runtime/vm/memory/
H A Dshared_memory.rs49 memory: LocalMemory, in wrap()