dispatchrun / wasi-go

A Go implementation of the WebAssembly System Interface (WASI)
Apache License 2.0
124 stars 7 forks source link

wasi: add support for unix sockets #52

Closed chriso closed 1 year ago

chriso commented 1 year ago

This PR completes the support for unix sockets.

Although WasmEdge doesn't support unix sockets yet, it was one of the reasons that they created the socket V2 API, and we can have a look at progress (https://github.com/WasmEdge/WasmEdge/pull/2216) to make sure we're compatible.