toggle menu
Wasi-emscripten-host
common
switch theme
search in API
wasm-core
/
at.released.weh.wasm.core
/
WasmPtrUtil
Wasm
Ptr
Util
object
WasmPtrUtil
(
source
)
Members
Properties
C_NULL
Link copied to clipboard
const
val
C_NULL
:
WasmPtr
=
0
C NULL pointer.
WASM_SIZEOF_PTR
Link copied to clipboard
const
val
WASM_SIZEOF_PTR
:
Int
=
4
Size of a 32-bit pointer.
Functions
ptr
Is
Null
Link copied to clipboard
fun
ptrIsNull
(
ptr
:
WasmPtr
)
:
Boolean
Checks if
ptr
is NULL.