Imports of wazero command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
crypto/randPackage rand implements a cryptographically secure random number generator.
errorsPackage errors implements functions to manipulate errors.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/tetratelabs/wazero
github.com/tetratelabs/wazero/apiPackage api includes constants and interfaces used by both end-users and internal implementations.
github.com/tetratelabs/wazero/experimentalPackage experimental includes features we aren't yet sure about.
github.com/tetratelabs/wazero/experimental/gojs
github.com/tetratelabs/wazero/experimental/logging
github.com/tetratelabs/wazero/experimental/sock
github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1Package wasi_snapshot_preview1 contains Go-defined functions to access system calls, such as opening a file, similar to Go's x/sys package.
github.com/tetratelabs/wazero/internal/platformPackage platform includes runtime-specific code needed for the compiler or otherwise.
github.com/tetratelabs/wazero/internal/version
github.com/tetratelabs/wazero/sysPackage sys includes constants and types used by both public and internal APIs.
ioPackage io provides basic interfaces to I/O primitives.
osPackage os provides a platform-independent interface to operating system functionality.
path/filepathPackage filepath implements utility routines for manipulating filename paths in a way compatible with the target operating system-defined file paths.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
runtime/pprofPackage pprof writes runtime profiling data in the format expected by the pprof visualization tool.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.