Class MemorySection
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.ModuleSection
de.mirkosertic.bytecoder.core.backend.wasm.ast.MemorySection
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addMemoriesToIndex
(List<Memory> memoryIndex) (package private) void
(package private) int
newMemory
(int initialPages, int maximumPages) void
writeTo
(BinaryWriter binaryWriter) void
writeTo
(TextWriter textWriter) Methods inherited from class de.mirkosertic.bytecoder.core.backend.wasm.ast.ModuleSection
getModule
-
Field Details
-
memories
-
-
Constructor Details
-
MemorySection
MemorySection(Module aModule)
-
-
Method Details
-
newMemory
-
indexOf
-
export
-
writeTo
-
writeTo
- Throws:
IOException
-
addMemoriesToIndex
-