Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dcustom_code_memory.rs9 impl CustomCodeMemory for CustomCodePublish {
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode_memory.rs35 custom_code_memory: Option<Arc<dyn CustomCodeMemory>>,
84 pub trait CustomCodeMemory: Send + Sync { trait
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dengine.rs5 pub use crate::runtime::code_memory::CustomCodeMemory;
809 pub(crate) fn custom_code_memory(&self) -> Option<&Arc<dyn CustomCodeMemory>> { in custom_code_memory() argument
H A Dconfig.rs29 pub use crate::runtime::code_memory::CustomCodeMemory;
163 pub(crate) custom_code_memory: Option<Arc<dyn CustomCodeMemory>>,
1587 custom_code_memory: Option<Arc<dyn CustomCodeMemory>>, in with_custom_code_memory() argument