wasmer_vm_imported_memory32_atomic_wait64

Function wasmer_vm_imported_memory32_atomic_wait64 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn wasmer_vm_imported_memory32_atomic_wait64( vmctx: *mut VMContext, memory_index: u32, dst: u32, val: u64, timeout: i64, ) -> u32
Expand description

Implementation of memory.wait64 for imported 32-bit memories.

ยงSafety

vmctx must be dereferenceable.