Structs§
- Container
Metadata - information about a container
- Object
Id - identifier for an object that includes its container name
- Object
Metadata - information about an object
Traits§
- Host
- Host
Incoming Value - Host
Incoming Value With Store - Host
Outgoing Value - Host
Outgoing Value With Store - Host
With Store
Functions§
Type Aliases§
- Container
Name - name of a container, a collection of objects. The container name may be any valid UTF-8 string.
- Error
- Incoming
Value - A incoming-value is a wrapper around a value. It provides a way to read the value
from the input-stream defined in the
wasi-iointerface. - Incoming
Value Async Body - Incoming
Value Sync Body - Input
Stream - Object
Name - name of an object within a container The object name may be any valid UTF-8 string.
- Object
Size - size of an object, in bytes
- Outgoing
Value - A data is the data stored in a data blob. The value can be of any type
that can be represented in a byte array. It provides a way to write the value
to the output-stream defined in the
wasi-iointerface. Soon: switch toresource value { ... } - Output
Stream - Timestamp
- TODO: define timestamp to include seconds since Unix epoch and nanoseconds https://github.com/WebAssembly/wasi-blob-store/issues/7