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
/
WasmInstruction
/
BlockOrLoop
Block
Or
Loop
sealed
interface
BlockOrLoop
:
WasmInstruction.ControlStructureInstruction
Inheritors
block
loop
Members
Members & Extensions
Properties
b
Link copied to clipboard
abstract
val
b
:
WasmType
expr
Link copied to clipboard
abstract
val
expr
:
WasmExpr
itype
Link copied to clipboard
open
val
itype
:
WasmSType
op
Link copied to clipboard
abstract
val
op
:
WasmOp
Functions
accept
Link copied to clipboard
fun
WasmInstruction
.
accept
(
visitor
:
WasmCodeVisitor
,
context
:
WasmCodeVisitor.Context
)
:
Boolean