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§
- Input
Stream - An input bytestream.
- Output
Stream - An output bytestream.
Enums§
- Stream
Error - An error for input-stream and output-stream operations.