Home
last modified time | relevance | path

Searched refs:component_func (Results 1 – 3 of 3) sorted by relevance

/wasmtime-44.0.1/crates/c-api/tests/component/
H A Dtypes.cc73 TEST(types, component_func) { in TEST() argument
84 auto ty = component.import_get(engine, "x")->component_func(); in TEST()
96 ty = component.import_get(engine, "x")->component_func(); in TEST()
154 return *component.type().import_get(engine, "f")->component_func().result(); in result()
200 *component.type().import_get(engine, "f")->component_func().result(); in TEST()
/wasmtime-44.0.1/crates/c-api/include/wasmtime/component/types/
H A Dcomponent.hh155 const FuncType &component_func() const;
250 wasmtime::component::ComponentItem::component_func() const { in component_func() function in wasmtime::component::ComponentItem
252 return *FuncType::from_capi(&item.of.component_func); in component_func()
H A Dcomponent.h124 wasmtime_component_func_type_t *component_func; member