krwa
Toggle table of contents
0.3.0-rc.9
common
Target filter
common
Switch theme
Search in API
Skip to content
krwa
wasm
/
uk.shusek.krwa.wasm
/
WasmParser
/
Companion
Companion
object
Companion
Members
Properties
MAGIC_
BYTES
Link copied to clipboard
val
MAGIC_BYTES
:
ByteArray
VERSION_
BYTES
Link copied to clipboard
val
VERSION_BYTES
:
ByteArray
Functions
builder
Link copied to clipboard
fun
builder
(
)
:
WasmParser.Builder
parse
Link copied to clipboard
fun
parse
(
bytes
:
ByteArray
)
:
WasmModule
fun
parse
(
source
:
RawSource
)
:
WasmModule
parse
Without
Decoding
Link copied to clipboard
fun
parseWithoutDecoding
(
bytes
:
ByteArray
,
listener
:
ParserListener
)
fun
parseWithoutDecoding
(
source
:
RawSource
,
listener
:
ParserListener
)