context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
github.com/tetratelabs/wazero/api | Package api includes constants and interfaces used by both end-users and internal implementations. |
github.com/tetratelabs/wazero/internal/logging | Package logging includes utilities used to log function calls. |
github.com/tetratelabs/wazero/internal/sys | |
github.com/tetratelabs/wazero/internal/wasip1 | Package wasip1 is a helper to remove package cycles re-using constants. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |