Macros§
- anyhow
- Construct an ad-hoc error from a string or existing non-
anyhow
error value. - api_
enum - Wrap an enum with common derives and serde required attributes.
- api_
struct - Wrap a struct with common derives and serde required attributes.
- api_
unit_ enum - Wrap a unit-only enum with common derives and serde required attributes.
Structs§
- Empty
Input - Represents an empty input.
- Exec
Command Input - Input passed to the
exec_command
host function. - Exec
Command Output - Output returned from the
exec_command
host function. - File
Locator - A file system locator.
- GitHub
Locator - A GitHub release locator.
- Host
Environment - Information about the host environment (the current runtime).
- Host
LogInput - Input passed to the
host_log
host function. - Registry
Locator - An OCI registry locator.
- Send
Request Input - Input passed to the
send_request
host function. - Send
Request Output - Output returned from the
send_request
host function. - Test
Environment - Information about the current testing environment.
- UrlLocator
- A HTTPS URL locator.
Enums§
- Host
Arch - Architecture of the system environment.
- Host
Libc - Libc being used in the system environment.
- Host
LogTarget - Target where host logs should be written to.
- HostOS
- Operating system of the current environment.
- Plugin
Locator - Strategies and protocols for locating plugins.
- Plugin
Locator Error - Errors during plugin locator parsing.
- Virtual
Path - A container for WASI virtual paths that can also keep a reference to the original real path.
Type Aliases§
- AnyResult
- Represents any result (using
anyhow
).