package wasm
import "github.com/open-policy-agent/opa/internal/compiler/wasm"
Package wasm contains an IR->WASM compiler backend.
Index ¶
Functions ¶
func IsWasmEnabled ¶
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 ¶
Compile returns a compiled WASM module.
func (*Compiler) WithDebug ¶
WithDebug sets the sink for debug logs emitted by the compiler.
func (*Compiler) WithPolicy ¶
WithPolicy sets the policy to compile.
Source Files ¶
Directories ¶
Path | Synopsis |
---|---|
internal/compiler/wasm/opa | Package 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.