Module value
Expand description
Value enum for WAVE values.
Structs§
- Func
Type - A FuncType represents the parameter and result type(s) of a Wasm func.
- Type
- The
WasmType
of aValue
. - Value
- A Value is a WAVE value, and implements
WasmValue
.
Functions§
- resolve_
wit_ func_ type - Resolves a
value::FuncType
from the given [wit_parser::Resolve
] and [Function
]. - resolve_
wit_ type - Resolves a
value::Type
from the given [wit_parser::Resolve
] and [TypeId
].