Enums§
Traits§
- Input
Stream - Host trait for implementing the
wasi:io/streams.input-stream
resource: A bytestream which can be read from. - Output
Stream - Host trait for implementing the
wasi:io/streams.output-stream
resource: A bytestream which can be written to.
Type Aliases§
- DynInput
Stream - DynOutput
Stream - Error
- Representation of the
error
resource type in thewasi:io/error
interface. - Stream
Result