Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.BinaryWriter
Packages that use BinaryWriter
-
Uses of BinaryWriter in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type BinaryWriterModifier and TypeMethodDescriptionvoid
FunctionsSection.writeCodeTo
(BinaryWriter binaryWriter, FunctionIndex functionIndex) void
NameSection.writeCodeTo
(BinaryWriter writer) void
TagSection.writeCodeTo
(BinaryWriter writer) void
CustomSection.writeTo
(BinaryWriter binaryWriter) void
DataSection.writeTo
(BinaryWriter binaryWriter) void
ElementSection.writeTo
(BinaryWriter binaryWriter, FunctionIndex functionIndex) void
ExportsSection.writeTo
(BinaryWriter binaryWriter, List<Memory> memoryIndex) void
FunctionsSection.writeTo
(BinaryWriter binaryWriter, FunctionIndex functionIndex) void
GlobalsSection.writeTo
(BinaryWriter binaryWriter, WasmValue.ExportContext context) void
ImportsSection.writeTo
(BinaryWriter binaryWriter, List<Memory> memoryIndex) void
MemorySection.writeTo
(BinaryWriter binaryWriter) void
Module.writeTo
(BinaryWriter writer, boolean enableDebug) void
SourceMapSection.writeTo
(BinaryWriter binaryWriter) void
StartSection.writeTo
(BinaryWriter binaryWriter) void
TablesSection.writeTo
(BinaryWriter binaryWriter) void
TypesSection.writeTo
(BinaryWriter binaryWriter)