Function wasmer_vm::libcalls::wasmer_vm_memory32_atomic_wait32
source · #[no_mangle]
pub unsafe extern "C" fn wasmer_vm_memory32_atomic_wait32(
vmctx: *mut VMContext,
memory_index: u32,
dst: u32,
val: u32,
timeout: i64,
) -> u32
Expand description
Implementation of memory.wait32 for locally-defined 32-bit memories.
§Safety
vmctx
must be dereferenceable.