context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/api | Package api includes constants and interfaces used by both end-users and internal implementations. |
github.com/tetratelabs/wazero/internal/gojs/custom | |
github.com/tetratelabs/wazero/internal/gojs/goarch | |
github.com/tetratelabs/wazero/internal/gojs/goos | |
github.com/tetratelabs/wazero/internal/gojs/util | |
github.com/tetratelabs/wazero/internal/platform | Package platform includes runtime-specific code needed for the compiler or otherwise. |
github.com/tetratelabs/wazero/internal/sys | |
github.com/tetratelabs/wazero/internal/wasm | |
github.com/tetratelabs/wazero/sys | Package sys includes constants and types used by both public and internal APIs. |
io | Package io provides basic interfaces to I/O primitives. |
io/fs | Package fs defines basic interfaces to a file system. |
math | Package math provides basic constants and mathematical functions. |
net/http | Package http provides HTTP client and server implementations. |
net/textproto | Package textproto implements generic support for text-based request/response protocols in the style of HTTP, NNTP, and SMTP. |
os | Package os provides a platform-independent interface to operating system functionality. |
sort | Package sort provides primitives for sorting slices and user-defined collections. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |