WasmBetterC.Context

Undocumented in source.

Members

Functions

push
void push(const(Block*) blk)

Push the result onto the value stack and drops the inner block stack values

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