Package-level declarations
Package for WASI public API.
Types
Default monotonic clock, suitable for general-purpose application needs.
Default wall clock, suitable for general-purpose application needs.
Default implementation of WasiCli.
A descriptor is a reference to a filesystem object, which may be a file, directory, named pipe, special file, or other object on which filesystem calls may be made.
The type of a filesystem object referenced by a descriptor.
A directory entry.
A monotonic clock is a clock which has an unspecified initial value, and successive reads of the clock will produce non-decreasing values.
This is a timer that counts down from a given starting time down to zero on a monotonic clock.
Result of a read operation.
Provide a secure random generator implemented via WASI.
Standard descriptors.
Provides access to WASI APIs.
Thrown when a WASI call fails. TODO Introduce an ErrorCode enum based on the one from wasi-filesystem