Imports of package wasm

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/open-policy-agent/opa/internal/compiler/wasm/opaPackage opa contains bytecode for the OPA-WASM library.
github.com/open-policy-agent/opa/internal/ir
github.com/open-policy-agent/opa/internal/wasm/encodingPackage encoding implements WASM module reading and writing.
github.com/open-policy-agent/opa/internal/wasm/instructionPackage instruction defines WASM instruction types.
github.com/open-policy-agent/opa/internal/wasm/module
github.com/open-policy-agent/opa/internal/wasm/typesPackage types defines the WASM value type constants.
github.com/pkg/errorsPackage errors provides simple error handling primitives.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.