Summary
Implement the Preview 3 draft wasi:http package so proxy-style components can use the current RC HTTP interfaces on top of the P3 async runtime foundation.
Parent tracking issue: #70
Suggested implementation order: 12 / 14
References
Acceptance criteria
- The
wasi:http draft interfaces instantiate through the Preview 3 host binding scaffolding on native, web, and node backends.
- Node support is provided through JS interop host adapters rather than
node:wasi.
- Focused tests cover representative request, response, body, and proxy flows against the RC WIT surface.
Summary
Implement the Preview 3 draft
wasi:httppackage so proxy-style components can use the current RC HTTP interfaces on top of the P3 async runtime foundation.Parent tracking issue: #70
Suggested implementation order: 12 / 14
References
Acceptance criteria
wasi:httpdraft interfaces instantiate through the Preview 3 host binding scaffolding on native, web, and node backends.node:wasi.