void |
EventSection.writeCodeTo(BinaryWriter writer) |
void |
NameSection.writeCodeTo(BinaryWriter writer) |
void |
FunctionsSection.writeCodeTo(BinaryWriter binaryWriter,
FunctionIndex functionIndex) |
void |
GlobalsSection.writeTo(BinaryWriter binaryWriter) |
void |
DataSection.writeTo(BinaryWriter binaryWriter) |
void |
CustomSection.writeTo(BinaryWriter binaryWriter) |
void |
StartSection.writeTo(BinaryWriter binaryWriter) |
void |
SourceMapSection.writeTo(BinaryWriter binaryWriter) |
void |
MemorySection.writeTo(BinaryWriter binaryWriter) |
void |
TablesSection.writeTo(BinaryWriter binaryWriter) |
void |
TypesSection.writeTo(BinaryWriter binaryWriter) |
void |
Module.writeTo(BinaryWriter writer,
boolean enableDebug) |
void |
ElementSection.writeTo(BinaryWriter binaryWriter,
FunctionIndex functionIndex) |
void |
FunctionsSection.writeTo(BinaryWriter binaryWriter,
FunctionIndex functionIndex) |
void |
ExportsSection.writeTo(BinaryWriter binaryWriter,
List<Memory> memoryIndex) |
void |
ImportsSection.writeTo(BinaryWriter binaryWriter,
List<Memory> memoryIndex) |