WebAssembly / wasi-filesystem

Filesystem API for WASI
Other
179 stars 19 forks source link

make {read,write,append}-via-stream fallible #120

Closed pchickey closed 1 year ago

pchickey commented 1 year ago

Stream creation is an appropriate place to return an error-code indicating the file cannot be read, written, or appended to.