Summary
Implement the Preview 3 draft wasi:sockets package so network-facing P3 applications can use the RC socket and name-lookup interfaces.
Parent tracking issue: #70
Suggested implementation order: 10 / 14
References
Acceptance criteria
- The
wasi:sockets 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 socket lifecycle and name-lookup flows against the RC WIT surface.
Summary
Implement the Preview 3 draft
wasi:socketspackage so network-facing P3 applications can use the RC socket and name-lookup interfaces.Parent tracking issue: #70
Suggested implementation order: 10 / 14
References
Acceptance criteria
wasi:socketsdraft interfaces instantiate through the Preview 3 host binding scaffolding on native, web, and node backends.node:wasi.