WebAssembly/wasi-filesystem

Convert wasi-filesystem to use streams

Closed this issue · 1 comments

Currently, this is described using pushbuffer and pullbuffer. We should switch to streams.

This is implemented in 2cad262.