- allFunctions
uint allFunctions;
Undocumented in source.
- dataSegments
M3DataSegment* dataSegments;
Undocumented in source.
- elementSection
const(ubyte)* elementSection;
Undocumented in source.
- elementSectionEnd
const(ubyte)* elementSectionEnd;
Undocumented in source.
- environment
M3Environment* environment;
Undocumented in source.
- funcTypes
M3FuncType** funcTypes;
Undocumented in source.
- functions
M3Function* functions;
Undocumented in source.
- globals
M3Global* globals;
Undocumented in source.
- memoryExportName
const(char)* memoryExportName;
Undocumented in source.
- memoryImport
M3ImportInfo memoryImport;
Undocumented in source.
- memoryImported
bool memoryImported;
Undocumented in source.
- memoryInfo
M3MemoryInfo memoryInfo;
Undocumented in source.
- name
const(char)* name;
Undocumented in source.
- next
M3Module* next;
Undocumented in source.
- numDataSegments
uint numDataSegments;
Undocumented in source.
- numElementSegments
uint numElementSegments;
Undocumented in source.
- numFuncImports
uint numFuncImports;
Undocumented in source.
- numFuncTypes
uint numFuncTypes;
Undocumented in source.
- numFunctions
uint numFunctions;
Undocumented in source.
- numGlobals
uint numGlobals;
Undocumented in source.
- runtime
M3Runtime* runtime;
Undocumented in source.
- startFunc
int startFunc;
Undocumented in source.
- table0
M3Function** table0;
Undocumented in source.
- table0ExportName
const(char)* table0ExportName;
Undocumented in source.
- table0Size
uint table0Size;
Undocumented in source.
- wasmEnd
const(ubyte)* wasmEnd;
Undocumented in source.
- wasmStart
const(ubyte)* wasmStart;
Undocumented in source.