Imports of package binary

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
debug/dwarfPackage dwarf provides access to DWARF debugging information loaded from executable files, as defined in the DWARF 2.0 Standard at http://dwarfstd.org/doc/dwarf-2.0.0.pdf.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/tetratelabs/wazero/apiPackage api includes constants and interfaces used by both end-users and internal implementations.
github.com/tetratelabs/wazero/internal/ieee754
github.com/tetratelabs/wazero/internal/leb128
github.com/tetratelabs/wazero/internal/wasm
github.com/tetratelabs/wazero/internal/wasmdebugPackage wasmdebug contains utilities used to give consistent search keys between stack traces and error messages.
ioPackage io provides basic interfaces to I/O primitives.
mathPackage math provides basic constants and mathematical functions.
unicode/utf8Package utf8 implements functions and constants to support text encoded in UTF-8.