Searched refs:publish_executable (Results 1 – 2 of 2) sorted by relevance
14 fn publish_executable(&self, ptr: *const u8, len: usize) -> wasmtime::Result<()> { in publish_executable() method
105 fn publish_executable(&self, ptr: *const u8, len: usize) -> crate::Result<()>; in publish_executable() method493 mem.publish_executable(text.as_ptr(), text.len())?; in custom_publish()