Structs

Context - message passing metadata used by wasmhost Actors and Capability Providers

A wasmcloud message

Client config defines the intended recipient of a message and parameters that transport may use to adapt sending it

Enums

Message encodingn format

Traits

Transport determines how messages are sent Alternate implementations could be mock-server, or test-fuzz-server / test-fuzz-client

Functions

returns serialization format, and offset for beginning of payload

Type Definitions