Imports of package sys

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
fmtPackage 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/platformPackage platform includes runtime-specific code needed for the compiler or otherwise.
github.com/tetratelabs/wazero/internal/sock
github.com/tetratelabs/wazero/internal/sysfsPackage sysfs includes a low-level filesystem interface and utilities needed for WebAssembly host functions (ABI) such as WASI.
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.
io/fsPackage fs defines basic interfaces to a file system.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
timePackage time provides functionality for measuring and displaying time.