Home
last modified time | relevance | path

Searched defs:CustomCodeMemory (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode_memory.rs84 pub trait CustomCodeMemory: Send + Sync { trait
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dengine.rs809 pub(crate) fn custom_code_memory(&self) -> Option<&Arc<dyn CustomCodeMemory>> { in custom_code_memory()
H A Dconfig.rs1587 custom_code_memory: Option<Arc<dyn CustomCodeMemory>>, in with_custom_code_memory()