Documentation
Tagion
WasmBetterC.Block
tagion
wasm
WasmBetterC
WasmBetterC
Undocumented in source.
class
WasmBetterC
(Output)
struct
Block {
const
(
ExprRange
.
IRElement
)
elm
;
const
(
size_t
)
sp
;
const
(
size_t
)
id
;
const
(
uint
)
idx
;
string
condition
;
protected
Context
ctx
;
protected
bool
_local_defined
;
protected
bool
_label_defined
;
protected
BlockKind
_kind
;
}
Members
Variables
idx
const
(
uint
)
idx
;
Block idx
sp
const
(
size_t
)
sp
;
Stack pointer;
tagion
wasm
WasmBetterC
WasmBetterC
classes
Context
structs
Block