Home
last modified time | relevance | path

Searched defs:custom_code_memory (Results 1 – 4 of 4) sorted by relevance

/wasmtime-44.0.1/tests/all/
H A Dmain.rs12 mod custom_code_memory; module
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode_memory.rs35 custom_code_memory: Option<Arc<dyn CustomCodeMemory>>, field
/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() method
H A Dconfig.rs163 pub(crate) custom_code_memory: Option<Arc<dyn CustomCodeMemory>>, field