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
Wasm
Parser
class
WasmParser
Portable WebAssembly binary parser for Kotlin Multiplatform targets.
Members
Types
Builder
Link copied to clipboard
class
Builder
Companion
Link copied to clipboard
object
Companion
Functions
parse
Link copied to clipboard
fun
parse
(
source
:
RawSource
)
:
WasmModule
fun
parse
(
source
:
RawSource
,
listener
:
ParserListener
)
parse
Bytes
Link copied to clipboard
fun
parseBytes
(
bytes
:
ByteArray
)
:
WasmModule
fun
parseBytes
(
bytes
:
ByteArray
,
listener
:
ParserListener
)
parse
Without
Decoding
Link copied to clipboard
fun
parseWithoutDecoding
(
bytes
:
ByteArray
,
listener
:
ParserListener
)
fun
parseWithoutDecoding
(
source
:
RawSource
,
listener
:
ParserListener
)