public class TypesSection extends ModuleSection
| Modifier and Type | Method and Description |
|---|---|
WASMType |
typeFor(List<PrimitiveType> parameter) |
WASMType |
typeFor(List<PrimitiveType> parameter,
PrimitiveType resultType) |
WASMType |
typeFor(PrimitiveType resultType) |
TypeIndex |
typesIndex() |
void |
writeTo(BinaryWriter binaryWriter) |
void |
writeTo(TextWriter textWriter) |
getModulepublic WASMType typeFor(List<PrimitiveType> parameter, PrimitiveType resultType)
public WASMType typeFor(List<PrimitiveType> parameter)
public WASMType typeFor(PrimitiveType resultType)
public void writeTo(TextWriter textWriter)
public void writeTo(BinaryWriter binaryWriter) throws IOException
IOExceptionpublic TypeIndex typesIndex()
Copyright © 2020 Systemprogrammierung Mirko Sertic. All rights reserved.