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/experimental/sys | |
github.com/tetratelabs/wazero/internal/descriptor | |
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/internal/sysfs | Package sysfs includes a low-level filesystem interface and utilities needed for WebAssembly host functions (ABI) such as WASI. |
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. |
time | Package time provides functionality for measuring and displaying time. |