Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dcustom_code_memory.rs40 config.with_custom_code_memory(Some(Arc::new(CustomCodePublish))); in custom_code_publish()
/wasmtime-44.0.1/crates/wasmtime/src/
H A Dconfig.rs1585 pub fn with_custom_code_memory( in with_custom_code_memory() method