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.types
/
TypeSection
/
Builder
Builder
class
Builder
Members
Constructors
Builder
Link copied to clipboard
constructor
(
)
Functions
add
Function
Type
Link copied to clipboard
fun
addFunctionType
(
functionType
:
FunctionType
)
:
TypeSection.Builder
add
Rec
Type
Link copied to clipboard
fun
addRecType
(
recType
:
RecType
)
:
TypeSection.Builder
build
Link copied to clipboard
fun
build
(
)
:
TypeSection
get
Types
Link copied to clipboard
fun
getTypes
(
)
:
List
<
FunctionType
>