Documentation ¶
Overview ¶
Package types defines the WASM value type constants.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
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 )
Click to show internal directories.
Click to hide internal directories.