bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/open-policy-agent/opa/internal/leb128 | Package leb128 implements LEB128 integer encoding. |
github.com/open-policy-agent/opa/internal/wasm/constant | Package constant contains WASM constant definitions. |
github.com/open-policy-agent/opa/internal/wasm/instruction | Package instruction defines WASM instruction types. |
github.com/open-policy-agent/opa/internal/wasm/module | |
github.com/open-policy-agent/opa/internal/wasm/opcode | Package opcode contains constants and utilities for working with WASM opcodes. |
github.com/open-policy-agent/opa/internal/wasm/types | Package types defines the WASM value type constants. |
io | Package io provides basic interfaces to I/O primitives. |
math | Package math provides basic constants and mathematical functions. |