pub unsafe fn create_guest_mailbox<T>(
memory: &Memory,
store: &mut Store<T>,
) -> &'static GuestMailboxExpand description
§Safety
Leaks a GuestMailbox to ’static; caller is responsible for process lifetime semantics.
pub unsafe fn create_guest_mailbox<T>(
memory: &Memory,
store: &mut Store<T>,
) -> &'static GuestMailboxLeaks a GuestMailbox to ’static; caller is responsible for process lifetime semantics.