value

package
v0.2.2 Latest Latest
Warning

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

Go to latest
Published: Nov 22, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Overview

Package value contains Wasm data type values. It also can generate their String() representations, and Check() them for validity.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DataType

type DataType byte
const (
	UNDEFINED          = ^uint32(0)
	NONE      DataType = 0
	I32       DataType = 0x7f
	I64       DataType = 0x7e
	F32       DataType = 0x7d
	F64       DataType = 0x7c
)

func (DataType) Check

func (dt DataType) Check() error

func (DataType) String

func (dt DataType) String() string

Jump to

Keyboard shortcuts

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