Class Module
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.Module
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final ElementSection
private final ExportsSection
private final FunctionsSection
private final GlobalsSection
private final ImportsSection
private final String
private final MemorySection
private final NameSection
private final SourceMapSection
private final TablesSection
private final TagSection
private final TypesSection
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetLabel()
getMems()
getTags()
getTypes()
tagIndex()
void
writeTo
(BinaryWriter writer, boolean enableDebug) void
writeTo
(TextWriter writer, boolean enableDebug)
-
Field Details
-
label
-
types
-
functions
-
tables
-
mems
-
globals
-
elements
-
imports
-
exports
-
names
-
tags
-
sourceMapSection
-
-
Constructor Details
-
Module
-
-
Method Details
-
writeTo
- Throws:
IOException
-
getTypes
-
globalsIndex
-
tagIndex
-
functionIndex
-
writeTo
- Throws:
IOException
-
getLabel
-
getMems
-
getFunctions
-
getImports
-
getGlobals
-
getExports
-
getTables
-
getTags
-