Class WasmBinaryReader
java.lang.Object
org.teavm.backend.wasm.parser.WasmBinaryReader
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreadAbsHeapType(int typeId, boolean nullable) intlongreadHeapType(boolean nullable) intintreadLEB()longintlongreadType()void
-
Field Details
-
data
public final byte[] data -
ptr
public int ptr
-
-
Constructor Details
-
WasmBinaryReader
-
-
Method Details
-
reportAddress
public void reportAddress() -
readStorageType
-
readBlockType
-
readType
-
readHeapType
-
readAbsHeapType
-
readSignedLEB
public int readSignedLEB() -
readLEB
public int readLEB() -
readSignedLongLEB
public long readSignedLongLEB() -
readLongLEB
public long readLongLEB() -
readInt32
public int readInt32() -
readFixedInt
public int readFixedInt() -
readFixedLong
public long readFixedLong() -
readString
-