Skip to main content

Module types

Module types 

Source

Structs§

ActError
Error type mapping to ACT tool-error.
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.
HttpAllow
One entry in a [std.capabilities."wasi:http"].allow array.
Metadata
Key → value metadata, stored as JSON values internally.
SocketsAllow
One entry in a [std.capabilities."wasi:sockets"].allow array.
StdComponentInfo
Well-known component metadata under the std namespace.

Enums§

FsMode
Filesystem access mode a component declares for a path.
LocalizedString
A localizable text value, matching the WIT localized-string variant.
SocketProtocol
Raw socket protocol — TCP or UDP.

Type Aliases§

ActResult
Result type for ACT operations.