context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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 | |
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/logging | Package logging includes utilities used to log function calls. |
github.com/tetratelabs/wazero/internal/sys | |
io/fs | Package fs defines basic interfaces to a file system. |
os | Package os provides a platform-independent interface to operating system functionality. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |