dispatchrun / wasi-go

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

addrinfo: use default resolver #70

Closed achille-roussel closed 1 year ago

achille-roussel commented 1 year ago

This PR modifies wasirun to use net.DefaultResolver so we can configure the DNS servers for SockAddressInfo and propagate the context for asynchronous cancellation.