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
/
Builder
Builder
class
Builder
Members
Types
Companion
Link copied to clipboard
object
Companion
Functions
build
Link copied to clipboard
fun
build
(
)
:
WasmParser
include
Section
Id
Link copied to clipboard
fun
includeSectionId
(
sectionId
:
Int
)
:
WasmParser.Builder
with
Custom
Parsers
Link copied to clipboard
fun
withCustomParsers
(
customParsers
:
Map
<
String
,
(
ByteArray
)
->
CustomSection
>
)
:
WasmParser.Builder
with
Forward
Type
References
Link copied to clipboard
fun
withForwardTypeReferences
(
allow
:
Boolean
)
:
WasmParser.Builder
with
Limits
Link copied to clipboard
fun
withLimits
(
limits
:
WasmParserLimits
)
:
WasmParser.Builder
with
Local
Global
References
In
Constant
Expressions
Link copied to clipboard
fun
withLocalGlobalReferencesInConstantExpressions
(
allow
:
Boolean
)
:
WasmParser.Builder
with
Multi
Memory
Link copied to clipboard
fun
withMultiMemory
(
multiMemory
:
Boolean
)
:
WasmParser.Builder
with
Multi
Table
Link copied to clipboard
fun
withMultiTable
(
multiTable
:
Boolean
)
:
WasmParser.Builder
with
Threads
Memory
Link copied to clipboard
fun
withThreadsMemory
(
threadsMemory
:
Boolean
)
:
WasmParser.Builder
with
Validation
Link copied to clipboard
fun
withValidation
(
validate
:
Boolean
)
:
WasmParser.Builder