Module streams

Module streams 

Source
Expand description

WASI I/O is an I/O abstraction API which is currently focused on providing stream types.

In the future, the component model is expected to add built-in stream types; when it does, they are expected to subsume this API.

Structs§

InputStream
An input bytestream.
OutputStream
An output bytestream.

Enums§

StreamError
An error for input-stream and output-stream operations.

Type Aliases§

Error
Pollable