null

abstract val null: WasmPointer(source)

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

This value is guaranteed to compare === to WASM NULL pointers and to compare ==0 (not ===0, which only applies in 32-builds!).