Uses of Class
de.mirkosertic.bytecoder.core.backend.wasm.ast.BinaryWriter.SectionWriter
Packages that use BinaryWriter.SectionWriter
-
Uses of BinaryWriter.SectionWriter in de.mirkosertic.bytecoder.core.backend.wasm.ast
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast that return BinaryWriter.SectionWriterModifier and TypeMethodDescriptionBinaryWriter.codeSection()
BinaryWriter.customSection()
BinaryWriter.elementsSection()
BinaryWriter.exportsSection()
BinaryWriter.functionSection()
BinaryWriter.globalsSection()
BinaryWriter.importsSection()
BinaryWriter.memorySection()
BinaryWriter.SectionWriter.subSection
(byte subSectionCode) BinaryWriter.tablesSection()
BinaryWriter.tagSection()
BinaryWriter.typeSection()
Methods in de.mirkosertic.bytecoder.core.backend.wasm.ast with parameters of type BinaryWriter.SectionWriterModifier and TypeMethodDescriptionvoid
Global.writeTo
(BinaryWriter.SectionWriter writer, WasmValue.ExportContext context) void
TablesSection.AnyFuncTable.writeTo
(BinaryWriter.SectionWriter writer) void
Tag.writeTo
(BinaryWriter.SectionWriter sectionWriter)