Modules§
Structs§
- Remote
Resource - Shared
Resource Table - A table of shared resources exported by the component
- ValEncoder
Enums§
Traits§
Functions§
- call
- collect_
component_ resource_ exports - Recursively iterates the component type and collects all exported resource types
- collect_
component_ resource_ imports - Iterates the component type and collects all imported resource types
- collect_
instance_ resource_ exports - Recursively iterates the instance type and collects all exported resource types
- collect_
item_ resource_ exports - Recursively iterates the component item type and collects all exported resource types
- link_
function - Polyfill
types::ComponentFunc
in aLinkerInstance
usingwrpc_transport::Invoke
- link_
instance - Polyfill
types::ComponentInstance
in aLinkerInstance
usingwrpc_transport::Invoke
- link_
item - Polyfill
types::ComponentItem
in aLinkerInstance
usingwrpc_transport::Invoke
- read_
value - Read encoded value of type
Type
from anAsyncRead
into aVal