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. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/tetratelabs/wazero/internal/engine/wazevo/backend | Package backend must be free of Wasm-specific concept. |
github.com/tetratelabs/wazero/internal/engine/wazevo/backend/regalloc | Package regalloc performs register allocation. |
github.com/tetratelabs/wazero/internal/engine/wazevo/ssa | Package ssa is used to construct SSA function. |
github.com/tetratelabs/wazero/internal/engine/wazevo/wazevoapi | |
github.com/tetratelabs/wazero/internal/platform | Package platform includes runtime-specific code needed for the compiler or otherwise. |
github.com/tetratelabs/wazero/internal/wasmdebug | Package wasmdebug contains utilities used to give consistent search keys between stack traces and error messages. |
math | Package math provides basic constants and mathematical functions. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |