Home
last modified time | relevance | path

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

/wasmtime-44.0.1/tests/all/
H A Dcustom_code_memory.rs14 fn publish_executable(&self, ptr: *const u8, len: usize) -> wasmtime::Result<()> { in publish_executable() method
/wasmtime-44.0.1/crates/wasmtime/src/runtime/
H A Dcode_memory.rs105 fn publish_executable(&self, ptr: *const u8, len: usize) -> crate::Result<()>; in publish_executable() method
493 mem.publish_executable(text.as_ptr(), text.len())?; in custom_publish()