package wasm

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

Package wasm contains an IR->WASM compiler backend.

Index

Functions

func IsWasmEnabled

func IsWasmEnabled(bi string) bool

Types

type Compiler

type Compiler struct {
	// contains filtered or unexported fields
}

Compiler implements an IR->WASM compiler backend.

func New

func New() *Compiler

New returns a new compiler object.

func (*Compiler) ABIVersion

func (*Compiler) ABIVersion() ast.WasmABIVersion

ABIVersion returns the Wasm ABI version this compiler emits.

func (*Compiler) Compile

func (c *Compiler) Compile() (*module.Module, error)

Compile returns a compiled WASM module.

func (*Compiler) WithDebug

func (c *Compiler) WithDebug(sink io.Writer) *Compiler

WithDebug sets the sink for debug logs emitted by the compiler.

func (*Compiler) WithPolicy

func (c *Compiler) WithPolicy(p *ir.Policy) *Compiler

WithPolicy sets the policy to compile.

Source Files

optimizations.go wasm.go

Directories

PathSynopsis
internal/compiler/wasm/opaPackage opa contains bytecode for the OPA-WASM library.
Version
v1.4.2 (latest)
Published
May 2, 2025
Platform
linux/amd64
Imports
22 packages
Last checked
6 hours ago

Tools for package owners.