Class ExportsSection
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.ModuleSection
de.mirkosertic.bytecoder.core.backend.wasm.ast.ExportsSection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
export
(Exportable exportable, String name) void
writeTo
(BinaryWriter binaryWriter, List<Memory> memoryIndex) void
writeTo
(TextWriter textWriter) Methods inherited from class de.mirkosertic.bytecoder.core.backend.wasm.ast.ModuleSection
getModule
-
Field Details
-
exports
-
-
Constructor Details
-
ExportsSection
ExportsSection(Module aModule)
-
-
Method Details
-
export
-
writeTo
-
writeTo
- Throws:
IOException
-