Stream: git-wasmtime

Topic: wasmtime / issue #73 WASI: asynchronous name resolution APIs


view this post on Zulip Wasmtime GitHub notifications bot (Nov 11 2023 at 15:11):

badeend commented on issue #73:

wasi-sockets has an asynchronous resolver .

The interface itself is pretty simple and leaves it up to the implementation to pick the most appropriate resolver strategy. (Hostfile, DNS, DNS-over-HTTPS, ...)

Anyway, I think this issue can be closed now. Any further discussion (if any) can take place at https://github.com/WebAssembly/wasi-sockets

view this post on Zulip Wasmtime GitHub notifications bot (Nov 12 2023 at 01:44):

pchickey closed issue #73:

One of the greatest flaws of current *nix APIs is its complete lack of async DNS. We also need native support for encrypted DNS. This should be one of the highest priorities on the "things to fix" list.


Last updated: Oct 23 2024 at 20:03 UTC