WebAssembly / wasi-http

139 stars 24 forks source link

add draft of wasi:http@0.3.0 #106

Closed dicej closed 6 months ago

dicej commented 7 months ago

This adds a wit-0.3.0-draft directory so we can iterate on the 0.3.0 design in parallel with the 0.2.x work. It's currently an exact copy of the wit directory except for the handler.wit, proxy.wit, and types.wit files, which have been updated to assume Component Model async, streams, and futures are available.

High level description:

You can find a working implementation of this API, plus several examples, in the isyswasfa repository.

This PR supersedes #101.