package opa

import "github.com/open-policy-agent/opa/internal/compiler/wasm/opa"

Package opa contains bytecode for the OPA-WASM library.

Index

Functions

func Bytes

func Bytes() ([]byte, error)

Bytes returns the OPA-WASM bytecode.

func CallGraphCSV

func CallGraphCSV() ([]byte, error)

CallGraphCSV returns a CSV representation of the OPA-WASM bytecode's call graph: 'caller,callee'

Source Files

opa.go

Version
v0.29.4
Published
May 31, 2021
Platform
js/wasm
Imports
3 packages
Last checked
7 minutes ago

Tools for package owners.