WebAssembly / wasi-filesystem

Filesystem API for WASI
Other
179 stars 19 forks source link

Make `read-via-stream` etc. infallible. #109

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

Make read-via-stream, write-via-stream, and append-via-stream infallible. They don't do any I/O themselves, so they shouldn't fail. And, this is closer to how streams will work in Preview3.