Skip to main contentModule types
Source - ActError
- Error type mapping to ACT
tool-error. - Capabilities
- Capability declarations from the
std:capabilities map in act:component. - ComponentInfo
- Component metadata stored in the
act:component WASM custom section (CBOR-encoded). - FilesystemAllow
- One path × mode entry in a
[std.capabilities."wasi:filesystem"].allow array.
Both fields are required. - FilesystemCap
- Parameters for the
wasi:filesystem capability. - HttpAllow
- One entry in a
[std.capabilities."wasi:http"].allow array. - HttpCap
- Parameters for the
wasi:http capability. - Metadata
- Key → value metadata, stored as JSON values internally.
- SocketsCap
- Parameters for the
wasi:sockets capability. - StdComponentInfo
- Well-known component metadata under the
std namespace.
- FsMode
- Filesystem access mode a component declares for a path.
- LocalizedString
- A localizable text value, matching the WIT
localized-string variant.
- ActResult
- Result type for ACT operations.