WasmPtr

interface WasmPtr(source)

The wasm.ptr API was added to assist in smoothing over the differences between 32- and 64-bit JS/WASM environments.

Properties

Link copied to clipboard
abstract val null: WasmPointer

A "null" pointer of type Number or BigInt. Equivalent to one of Number(0) or BigInt(0).