|
Wasmtime
|
Represents a single item in a component's import or export list. More...
#include <component.h>
Represents a single item in a component's import or export list.
| wasmtime_component_type_t* wasmtime_component_item_union::component |
Field used if wasmtime_component_item_t::kind is WASMTIME_COMPONENT_ITEM_COMPONENT
| wasmtime_component_func_type_t* wasmtime_component_item_union::component_func |
Field used if wasmtime_component_item_t::kind is WASMTIME_COMPONENT_ITEM_COMPONENT_FUNC
| wasmtime_component_instance_type_t* wasmtime_component_item_union::component_instance |
| wasm_functype_t* wasmtime_component_item_union::core_func |
Field used if wasmtime_component_item_t::kind is WASMTIME_COMPONENT_ITEM_CORE_FUNC
| wasmtime_module_type_t* wasmtime_component_item_union::module |
Field used if wasmtime_component_item_t::kind is WASMTIME_COMPONENT_ITEM_MODULE
| wasmtime_component_resource_type_t* wasmtime_component_item_union::resource |
Field used if wasmtime_component_item_t::kind is WASMTIME_COMPONENT_ITEM_RESOURCE
| wasmtime_component_valtype_t wasmtime_component_item_union::type |
Field used if wasmtime_component_item_t::kind is WASMTIME_COMPONENT_ITEM_TYPE