WebAssembly / wasi-filesystem

Filesystem API for WASI
Other
179 stars 19 forks source link

Convert to resources. #132

Closed sunfishcode closed 1 year ago

sunfishcode commented 1 year ago

Convert descriptor and directory-entry-stream to resources, and update the dependencies to account for the changes in WebAssembly/wasi-io#46 and WebAssembly/wasi-clocks#50.

sunfishcode commented 1 year ago

The wit-bindgen issue affecting CI is now fixed, and we now have at least some implementation experience with this, so let's land this and continue to iterate from here.