Module greenwasm_structure::types[][src]

Types according to the structure section of the spec

Structs

FuncType
GlobalType
Limits
MemType
Name

A Name according to the spec.

ResultType

A ResultType is a list of 0 or 1 elements

TableType
Wec

A vec(A) according to the spec.

Enums

ElemType
ExternType
Mut
ValType

Constants

WEC_MAX_SIZE

Vectors may have at most 2^32 - 1 elements, presumably to ensure their size can be expressed as a u32.

Type Definitions

Byte
Codepoint
F32
F64
I8
I16
I32
I64
S8
S16
S32
S64
U8
U16
U32
U64