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 ¶
- Version
- v0.20.2
- Published
- May 21, 2020
- Platform
- darwin/amd64
- Last checked
- 1 minute ago –
Tools for package owners.