fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/tetratelabs/wazero/experimental/sys | |
github.com/tetratelabs/wazero/internal/fsapi | |
github.com/tetratelabs/wazero/internal/platform | Package platform includes runtime-specific code needed for the compiler or otherwise. |
github.com/tetratelabs/wazero/internal/sock | |
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. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
path | Package path implements utility routines for manipulating slash-separated paths. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |