Skip to main content

create_guest_mailbox

Function create_guest_mailbox 

Source
pub unsafe fn create_guest_mailbox<T>(
    memory: &Memory,
    store: &mut Store<T>,
) -> &'static GuestMailbox
Expand description

§Safety

Leaks a GuestMailbox to ’static; caller is responsible for process lifetime semantics.