types

package
v0.63.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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
)

type ValueType

type ValueType int

ValueType represents an intrinsic value in WASM.

const (
	I32 ValueType = iota
	I64
	F32
	F64
)

Defines the intrinsic value types.

func (ValueType) String

func (tpe ValueType) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL