| Package | Description |
|---|---|
| de.mirkosertic.bytecoder.backend.wasm.ast |
| Modifier and Type | Method and Description |
|---|---|
WASMType |
Function.getFunctionType() |
WASMType |
TypesSection.typeFor(List<PrimitiveType> parameter) |
WASMType |
TypesSection.typeFor(List<PrimitiveType> parameter,
PrimitiveType resultType) |
WASMType |
TypesSection.typeFor(PrimitiveType resultType) |
| Modifier and Type | Method and Description |
|---|---|
void |
TypeIndex.add(WASMType type) |
static CallIndirect |
ConstExpressions.call(WASMType type,
List<WASMValue> arguments,
WASMValue functionIndex,
Expression expression) |
int |
TypeIndex.indexOf(WASMType type) |
void |
Expressions.voidCallIndirect(WASMType functionType,
List<WASMValue> arguments,
WASMValue tableIndex,
Expression expression) |
| Constructor and Description |
|---|
WASMEvent(TypesSection typesSection,
String label,
WASMType type) |
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.