package types
import "github.com/open-policy-agent/opa/internal/wasm/types"
Package types defines the WASM value type constants.
Index ¶
Types ¶
type ElementType ¶
type ElementType int
ElementType defines the type of table elements.
const ( // Anyfunc is the union of all table types. Anyfunc ElementType = iota )
type ValueType ¶
type ValueType int
ValueType represents an intrinsic value in WASM.
Defines the intrinsic value types.
func (ValueType) String ¶
Source Files ¶
Tools for package owners.