bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
embed | Package embed provides access to files embedded in the running Go program. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/tetratelabs/wazero | |
github.com/tetratelabs/wazero/api | Package api includes constants and interfaces used by both end-users and internal implementations. |
github.com/tetratelabs/wazero/imports/wasi_snapshot_preview1 | Package 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/testing/require | Package require includes test assertions that fail the test immediately. |
github.com/tetratelabs/wazero/internal/wasm | |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
testing | Package testing provides support for automated testing of Go packages. |
text/tabwriter | Package tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text. |