package
0.6.0
Repository: https://github.com/go-interpreter/wagon.git
Documentation: pkg.go.dev

# Packages

Package leb128 provides functions for reading integer values encoded in the Little Endian Base 128 (LEB128) format: https://en.wikipedia.org/wiki/LEB128.
Package operators provides all operators used by WebAssembly bytecode, together with their parameter and return type(s).