Imports of package gojs

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/tetratelabs/wazero/apiPackage api includes constants and interfaces used by both end-users and internal implementations.
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/gojs/util
github.com/tetratelabs/wazero/internal/platformPackage platform includes runtime-specific code needed for the compiler or otherwise.
github.com/tetratelabs/wazero/internal/sys
github.com/tetratelabs/wazero/internal/wasm
github.com/tetratelabs/wazero/sysPackage sys includes constants and types used by both public and internal APIs.
ioPackage io provides basic interfaces to I/O primitives.
io/fsPackage fs defines basic interfaces to a file system.
mathPackage math provides basic constants and mathematical functions.
net/httpPackage http provides HTTP client and server implementations.
net/textprotoPackage textproto implements generic support for text-based request/response protocols in the style of HTTP, NNTP, and SMTP.
osPackage os provides a platform-independent interface to operating system functionality.
sortPackage sort provides primitives for sorting slices and user-defined collections.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.