private void |
BinaryModuleWriter.writeDebugFunctionNames(java.util.Set<? extends java.util.Map.Entry<java.lang.String,? extends Function>> entries,
WasmOutputStream section) |
Write function names to the custom "name" section.
|
private void |
BinaryModuleWriter.writeDebugParameternNames(java.util.Set<? extends java.util.Map.Entry<java.lang.String,? extends Function>> entries,
WasmOutputStream section) |
Write parameter names to the custom "name" section.
|
(package private) void |
WasmOutputStream.writeSection(SectionType type,
WasmOutputStream data) |
Write a section with header and data.
|
(package private) void |
ExportEntry.writeSectionEntry(WasmOutputStream stream) |
Write this single entry to a section
|
(package private) void |
Function.writeSectionEntry(WasmOutputStream stream) |
Write this single entry to a section
|
(package private) void |
Global.writeSectionEntry(WasmOutputStream stream) |
Write this single entry to a section
|
(package private) void |
ImportFunction.writeSectionEntry(WasmOutputStream stream) |
Write this single entry to a section
|
(package private) abstract void |
SectionEntry.writeSectionEntry(WasmOutputStream stream) |
Write this single entry to a section
|
(package private) void |
TypeEntry.writeSectionEntry(WasmOutputStream stream) |
Write this single entry to a section
|
(package private) void |
ArrayTypeEntry.writeSectionEntryDetails(WasmOutputStream stream) |
Write this single entry to a section
|
(package private) void |
FunctionTypeEntry.writeSectionEntryDetails(WasmOutputStream stream) |
Write this single entry to a section
|
(package private) void |
StructTypeEntry.writeSectionEntryDetails(WasmOutputStream stream) |
Write this single entry to a section
|
(package private) abstract void |
TypeEntry.writeSectionEntryDetails(WasmOutputStream stream) |
Write this single entry to a section
|