CString

data class CString(val pointer: WasmPointer, val byteLength: Int)(source)

C-style string pointer and its associated size.

Constructors

Link copied to clipboard
constructor(pointer: WasmPointer, byteLength: Int)

Properties

Link copied to clipboard
Link copied to clipboard

Returns the size in bytes without the null character.

Link copied to clipboard