M3Function

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

compiled
void** compiled;
Undocumented in source.
constants
void* constants;
Undocumented in source.
export_name
const(char)* export_name;
Undocumented in source.
funcType
M3FuncType* funcType;
Undocumented in source.
maxStackSlots
ushort maxStackSlots;
Undocumented in source.
mod
M3Module* mod;
Undocumented in source.
names
const(char)*[3] names;
Undocumented in source.
numConstantBytes
ushort numConstantBytes;
Undocumented in source.
numLocalBytes
ushort numLocalBytes;
Undocumented in source.
numLocals
ushort numLocals;
Undocumented in source.
numNames
ushort numNames;
Undocumented in source.
numRetAndArgSlots
ushort numRetAndArgSlots;
Undocumented in source.
numRetSlots
ushort numRetSlots;
Undocumented in source.
ownsWasmCode
bool ownsWasmCode;
Undocumented in source.
wasm
const(ubyte)* wasm;
Undocumented in source.
wasmEnd
const(ubyte)* wasmEnd;
Undocumented in source.

Meta