internal/ directory

Directories

PathSynopsis
internal/cmd
internal/cmd/genopawasm
internal/compiler
internal/compiler/wasmPackage wasm contains an IR->WASM compiler backend.
internal/compiler/wasm/opaPackage opa contains bytecode for the OPA-WASM library.
internal/irPackage ir defines an intermediate representation (IR) for Rego.
internal/leb128Package leb128 implements LEB128 integer encoding.
internal/manifestPackage manifest implements helper functions for the stored manifest.
internal/plannerPackage planner contains a query planner for Rego queries.
internal/presentationPackage presentation prints results of an expression evaluation in json and tabular formats.
internal/runtimePackage runtime contains utilities to return runtime information on the OPA instance.
internal/storage
internal/storage/mockPackage mock defines a fake storage implementation for use in testing.
internal/strvalsPackage strvals provides tools for working with strval lines.
internal/versionPackage version implements helper functions for the stored version.
internal/wasm
internal/wasm/constantPackage constant contains WASM constant definitions.
internal/wasm/encodingPackage encoding implements WASM module reading and writing.
internal/wasm/instructionPackage instruction defines WASM instruction types.
internal/wasm/module
internal/wasm/opcodePackage opcode contains constants and utilities for working with WASM opcodes.
internal/wasm/typesPackage types defines the WASM value type constants.
Version
v0.12.2
Published
Jul 27, 2019
Platform
js/wasm
Last checked
1 minute ago

Tools for package owners.