|
Wasmtime
|
Represents a single value type in the component model. More...
#include <val.h>
Represents a single value type in the component model.
| wasmtime_component_resource_type_t* wasmtime_component_valtype_union::borrow |
Field used if wasmtime_component_valtype_t::kind is WASMTIME_COMPONENT_VALTYPE_BORROW
| wasmtime_component_enum_type_t* wasmtime_component_valtype_union::enum_ |
Field used if wasmtime_component_valtype_t::kind is WASMTIME_COMPONENT_VALTYPE_ENUM
| wasmtime_component_flags_type_t* wasmtime_component_valtype_union::flags |
Field used if wasmtime_component_valtype_t::kind is WASMTIME_COMPONENT_VALTYPE_FLAGS
| wasmtime_component_future_type_t* wasmtime_component_valtype_union::future |
Field used if wasmtime_component_valtype_t::kind is WASMTIME_COMPONENT_VALTYPE_FUTURE
| wasmtime_component_list_type_t* wasmtime_component_valtype_union::list |
Field used if wasmtime_component_valtype_t::kind is WASMTIME_COMPONENT_VALTYPE_LIST
| wasmtime_component_option_type_t* wasmtime_component_valtype_union::option |
Field used if wasmtime_component_valtype_t::kind is WASMTIME_COMPONENT_VALTYPE_OPTION
| wasmtime_component_record_type_t* wasmtime_component_valtype_union::record |
Field used if wasmtime_component_valtype_t::kind is WASMTIME_COMPONENT_VALTYPE_RECORD
| wasmtime_component_result_type_t* wasmtime_component_valtype_union::result |
Field used if wasmtime_component_valtype_t::kind is WASMTIME_COMPONENT_VALTYPE_RESULT
| wasmtime_component_stream_type_t* wasmtime_component_valtype_union::stream |
Field used if wasmtime_component_valtype_t::kind is WASMTIME_COMPONENT_VALTYPE_STREAM
| wasmtime_component_tuple_type_t* wasmtime_component_valtype_union::tuple |
Field used if wasmtime_component_valtype_t::kind is WASMTIME_COMPONENT_VALTYPE_TUPLE
| wasmtime_component_variant_type_t* wasmtime_component_valtype_union::variant |
Field used if wasmtime_component_valtype_t::kind is WASMTIME_COMPONENT_VALTYPE_VARIANT