Wasmtime
wasmtime_component_item_union Union Reference

Represents a single item in a component's import or export list. More...

#include <component.h>

Data Fields

wasmtime_component_type_tcomponent
 
wasmtime_component_instance_type_tcomponent_instance
 
wasmtime_module_type_tmodule
 
wasmtime_component_func_type_tcomponent_func
 
wasmtime_component_resource_type_tresource
 
wasm_functype_tcore_func
 
wasmtime_component_valtype_t type
 

Detailed Description

Represents a single item in a component's import or export list.

Field Documentation

◆ component

wasmtime_component_type_t* wasmtime_component_item_union::component

◆ component_func

wasmtime_component_func_type_t* wasmtime_component_item_union::component_func

◆ component_instance

wasmtime_component_instance_type_t* wasmtime_component_item_union::component_instance

◆ core_func

wasm_functype_t* wasmtime_component_item_union::core_func

◆ module

wasmtime_module_type_t* wasmtime_component_item_union::module

◆ resource

◆ type


The documentation for this union was generated from the following file: