package
1.9.0
Repository: https://github.com/tetratelabs/wazero.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
DecodeInt33AsInt64 is a special cased decoder for wasm.BlockType which is encoded as a positive signed integer, yet still needs to fit the 32-bit range of allowed indices.
No description provided by the author
No description provided by the author
EncodeInt32 encodes the signed value into a buffer in LEB128 format See https://en.wikipedia.org/wiki/LEB128#Encode_signed_integer.
EncodeInt64 encodes the signed value into a buffer in LEB128 format See https://en.wikipedia.org/wiki/LEB128#Encode_signed_integer.
EncodeUint32 encodes the value into a buffer in LEB128 format See https://en.wikipedia.org/wiki/LEB128#Encode_unsigned_integer.
EncodeUint64 encodes the value into a buffer in LEB128 format See https://en.wikipedia.org/wiki/LEB128#Encode_unsigned_integer.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author