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 givenwit_parser::Resolve
andFunction
. - resolve_
wit_ type - Resolves a
value::Type
from the givenwit_parser::Resolve
andTypeId
.