| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.backend.wasm.ast |
| Modifier and Type | Method and Description |
|---|---|
FunctionIndex |
WASMValue.ExportContext.functionIndex() |
FunctionIndex |
Module.functionIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
FunctionsSection.addFunctionsToIndex(FunctionIndex functionIndex) |
void |
ImportsSection.addFunctionsToIndex(FunctionIndex functionIndex) |
void |
ExportableFunction.writeCodeTo(BinaryWriter.Writer sectionWriter,
FunctionIndex functionIndex) |
void |
FunctionsSection.writeCodeTo(BinaryWriter binaryWriter,
FunctionIndex functionIndex) |
void |
ElementSection.writeTo(BinaryWriter binaryWriter,
FunctionIndex functionIndex) |
void |
FunctionsSection.writeTo(BinaryWriter binaryWriter,
FunctionIndex functionIndex) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.