Wasi-emscripten-host
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Wasi-emscripten-host
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
@
JvmStatic
fun
ptrIsNull
(
ptr
:
WasmPtr
)
:
Boolean
Checks if
ptr
is NULL.