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
WasmTypeof aValue. - Value
- A Value is a WAVE value, and implements
WasmValue.
Functions§
- resolve_
wit_ func_ type - Resolves a
value::FuncTypefrom the givenwit_parser::ResolveandFunction. - resolve_
wit_ type - Resolves a
value::Typefrom the givenwit_parser::ResolveandTypeId.