package
3.8.0+incompatible
Repository: https://github.com/bottos-project/bottos.git
Documentation: pkg.go.dev
# Functions
Compile rewrites WebAssembly bytecode from its disassembly.
# Variables
OpDiscard discards a given number of elements from the execution stack.
OpDiscardPreserveTop discards a given number of elements from the execution stack, while preserving the value on the top of the stack.
OpJmp unconditionally jumps to the provided address.
OpJmpNz jumps to the given address if the value at the top of the stack is not zero.
OpJmpZ jumps to the given address if the value at the top of the stack is zero.
# Structs
BranchTable is the structure pointed to by a rewritten br_table instruction.
Target is the "target" of a br_table instruction.