On this page

    M

    ffi.exportArrayBuffer

    History
    ffi.exportArrayBuffer(arrayBuffer, pointer, length): void
    Attributes
    arrayBuffer:ArrayBuffer
    pointer:bigint
    length:number

    Copies bytes from an ArrayBuffer into native memory.

    length must be at least arrayBuffer.byteLength.

    pointer must refer to writable native memory with at least length bytes of available storage. This function does not allocate memory on its own.