korlibs
Toggle table of contents
6.1.0-SNAPSHOT
common
Target filter
common
Switch theme
Search in API
Skip to content
korlibs
korlibs-wasm
/
korlibs.wasm
/
WasmReaderText
/
ExprParamsResult
Expr
Params
Result
class
ExprParamsResult
(
val
exprs
:
List
<
WasmExpr
>
,
val
results
:
List
<
WasmType
>
,
val
types
:
List
<
NamedWasmType
>
)
Members
Constructors
Expr
Params
Result
Link copied to clipboard
constructor
(
exprs
:
List
<
WasmExpr
>
,
results
:
List
<
WasmType
>
,
types
:
List
<
NamedWasmType
>
)
Properties
exprs
Link copied to clipboard
val
exprs
:
List
<
WasmExpr
>
instructions
Link copied to clipboard
val
instructions
:
List
<
WasmInstruction
>
results
Link copied to clipboard
val
results
:
List
<
WasmType
>
types
Link copied to clipboard
val
types
:
List
<
NamedWasmType
>