Expand description
Component module parsing, loading and execution
Structs§
- Component
- Pre-compiled component Component, which is cheapily-Cloneable
- Component
Config - Component instance configuration
- Instance
- Instantiated component
- Messaging
Guest Message0_ 3 - A message originating from the guest
Enums§
- Invocation
Error Kind - This represents a kind of wRPC invocation error
- Replaced
Instance Target - Instance target, which is replaced in wRPC
- Wrpc
Serve Event - Events sent by
Component::serve_wrpc
Traits§
- Bus
wasmcloud:bus/lattice@2.0.0
implementation- Bus1_
0_ 0 wasmcloud:bus/lattice@1.0.0
implementation- Config
wasi:config/store
implementation- Handler
- A collection of traits that the host must implement
- Invocation
Error Introspect - Implementations of this trait are able to introspect an error returned by wRPC invocations
- Logging
wasi:logging/logging
implementation- Messaging0_
2 wasmcloud:messaging
abstraction- Messaging0_
3 wasmcloud:messaging
abstraction- Messaging
Client0_ 3 - A connection to a message-exchange service (e.g., buffer, broker, etc.).
- Messaging
Host Message0_ 3 - A message with a binary payload and additional information
- Secrets
wasmcloud:secrets
implementation
Functions§
- claims_
token - Extracts and validates claims contained within a WebAssembly binary, if present
Type Aliases§
- Invocation
Stream - This represents a Stream of incoming invocations. Each item represents processing of a single invocation.