wasm_wave

Module value

Source
Expand description

Value enum for WAVE values.

Structs§

FuncType
A FuncType represents the parameter and result type(s) of a Wasm func.
Type
The WasmType of a Value.
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.