|
Wasmtime
|
Full description of a single import or export of a component or a component instance. More...
#include <component.hh>
Full description of a single import or export of a component or a component instance.
This carries the type of the item being imported or exported along with any (implements "...") or (external-id "...") annotations attached to it.
Note that this borrows string data from the ComponentType or ComponentInstanceType it was acquired from (and the Engine used to acquire it), so it must not outlive either of those. Copies of this class share the same borrow and are subject to the same restriction.