Class MemorySection
java.lang.Object
de.mirkosertic.bytecoder.core.backend.wasm.ast.ModuleSection
de.mirkosertic.bytecoder.core.backend.wasm.ast.MemorySection
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddMemoriesToIndex(List<Memory> memoryIndex) newMemory(int initialPages, int maximumPages) voidwriteTo(BinaryWriter binaryWriter) voidwriteTo(TextWriter textWriter) Methods inherited from class ModuleSection
getModule
-
Method Details
-
newMemory
-
writeTo
-
writeTo
- Throws:
IOException
-
addMemoriesToIndex
-