Expand description
Executor library for loading and running wasix:mcp compatible Wasm components.
Users supply an ExecConfig describing how to resolve artifacts and what
runtime constraints to enforce, then call exec with a structured request.
Modules§
Structs§
- Exec
Config - Configuration for a single executor invocation.
- Exec
Request - Runtime
Policy - Runtime resource limits applied to the Wasm execution.
- Tool
Info - Verify
Policy - Policy describing how artifacts must be verified prior to execution.
Enums§
Traits§
- Secrets
Store - Host-facing secrets-store trait mirroring greentic:secrets/store@1.0.0.
Functions§
- exec
- Execute a single action exported by an MCP component.
Type Aliases§
- DynSecrets
Store - Shared secrets-store handle.