WasmBetterC.Context

Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
peek
string peek()
Undocumented in source. Be warned that the author may not have intended to support it.
perform
void perform(IR ir, uint number_of_args)
Undocumented in source. Be warned that the author may not have intended to support it.
pop
string pop()
Undocumented in source. Be warned that the author may not have intended to support it.
pops
string[] pops(size_t amount)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(string value)
Undocumented in source. Be warned that the author may not have intended to support it.
push
void push(IR ir, uint local_idx)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

locals
string[] locals;
Undocumented in source.
stack
string[] stack;
Undocumented in source.

Meta