wasmer_vm_memory32_atomic_notify

Function wasmer_vm_memory32_atomic_notify 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmer_vm_memory32_atomic_notify( vmctx: *mut VMContext, memory_index: u32, dst: u32, cnt: u32, ) -> u32
Expand description

Implementation of memory.notify for locally-defined 32-bit memories.

ยงSafety

vmctx must be dereferenceable.