Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Read ¶
Read reads an unsigned integer of size n defined in https://webassembly.github.io/spec/core/binary/values.html#binary-int Read panics if n>64.
func ReadInt32 ¶
ReadInt32 reads a LEB128 encoded signed 32-bit integer from r, and returns the integer value, and the error (if any).
func ReadInt64 ¶
ReadInt64 reads a LEB128 encoded signed 64-bit integer from r, and returns the integer value, and the error (if any).
func ReadUint32 ¶
ReadUint32 reads a LEB128 encoded unsigned 32-bit integer from r, and returns the integer value, and the error (if any).
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.