bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
embed | Package embed provides access to files embedded in the running Go program. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
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/leb128 | |
github.com/tetratelabs/wazero/internal/moremath | |
github.com/tetratelabs/wazero/internal/sys | |
github.com/tetratelabs/wazero/internal/testing/require | Package require includes test assertions that fail the test immediately. |
github.com/tetratelabs/wazero/internal/u64 | |
github.com/tetratelabs/wazero/internal/wasm | |
github.com/tetratelabs/wazero/internal/wasm/binary | |
github.com/tetratelabs/wazero/internal/wasmruntime | Package wasmruntime contains internal symbols shared between modules for error handling. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |
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. |
testing | Package testing provides support for automated testing of Go packages. |