WebAssembly / wasi-blobstore

12 stars 10 forks source link

convert wits to preview2 syntax and added deps #8

Closed Mossaka closed 1 year ago

Mossaka commented 1 year ago

This PR converts the blob-store interfaces to wasi preview2 syntax and roughtly follows the wasi-http and wasi-keyvalue processes of conversion. It does

  1. add a wit file for each interface
  2. add a blob-store world file
  3. add wasi-io and wasi-poll dependencies
  4. removed write-stream, read-stream and replaced them with wasi-io streams.
  5. removed stream syntax and use wasi-poll for it

FYI @stevelr