WasmBetterC.Context

Undocumented in source.
class WasmBetterC(Output)
@safe final
class Context {
protected
Block*[] _blocks;
}

Members

Variables

local_names
const(string[]) local_names;

Locals include the function params

locals
string[] locals;

Current value-expressions of locals

scope_local_names
const(string[]) scope_local_names;

Locals declared inside the function

stack
string[] stack;

Value-expression on the stack