Imports of package frontend

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
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/engine/wazevo/ssaPackage ssa is used to construct SSA function.
github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi
github.com/tetratelabs/wazero/internal/leb128
github.com/tetratelabs/wazero/internal/wasm
mathPackage math provides basic constants and mathematical functions.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.