Skip to main content

wasmMemoryAtomicWait

Function wasmMemoryAtomicWait 

Source
pub unsafe extern "C" fn wasmMemoryAtomicWait(
    mem: *mut wasmMemory,
    address: U32,
    expect: U64,
    timeout: I64,
    wait64: bool,
) -> U32