Expand description
Workload runtime abstractions for guest backends.
This module replaces the old executor adapter layer. ActrNode dispatches
directly into a runtime Workload enum.
Enums§
- Host
Operation - Guest-initiated host operation carrying strong-typed ABI payloads.
- Host
Operation Result - Result of a host operation.
Type Aliases§
- Host
AbiFn - Host-side async bridge used by guest runtimes.
- Invocation
Context - ABI-stable invocation context passed into guest runtime on each request.