bufio | Package bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
github.com/tetratelabs/wazero/api | Package api includes constants and interfaces used by both end-users and internal implementations. |
github.com/tetratelabs/wazero/experimental | Package experimental includes features we aren't yet sure about. |
github.com/tetratelabs/wazero/internal/gojs/logging | |
github.com/tetratelabs/wazero/internal/logging | Package logging includes utilities used to log function calls. |
github.com/tetratelabs/wazero/internal/wasi_snapshot_preview1 | |
github.com/tetratelabs/wazero/internal/wasi_snapshot_preview1/logging | |
io | Package io provides basic interfaces to I/O primitives. |