Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dcustom_code_memory.rs8 struct CustomCodePublish; struct
9 impl CustomCodeMemory for CustomCodePublish { implementation
40 config.with_custom_code_memory(Some(Arc::new(CustomCodePublish))); in custom_code_publish()