Imports of package sysfs

PathSynopsis
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/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/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.
pathPackage path implements utility routines for manipulating slash-separated paths.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.