values

package
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AddressReference

type AddressReference struct{}

type ExternalReference

type ExternalReference struct {
	Address address.External
}

type F32Const

type F32Const float32

type F64Const

type F64Const float64

type I32Const

type I32Const uint32

type I64Const

type I64Const uint64

type NullReference

type NullReference struct{}

type Number

type Number interface {
	Value
	// contains filtered or unexported methods
}

type Reference

type Reference interface {
	Value
	// contains filtered or unexported methods
}

type V128Const

type V128Const struct {
	// Hi is the high order 64 bit part
	Hi uint64
	// Lo is the low order 64 bit part
	Lo uint64
}

type Value

type Value interface {
	// contains filtered or unexported methods
}

type Vector

type Vector interface {
	Value
	// contains filtered or unexported methods
}

Jump to

Keyboard shortcuts

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