https://github.com/bytecodealliance/wasmtime/issues/12589
Joel Dice has marked this topic as resolved.
Implementing this behavior on node.js is pretty tricky, because libuv doesn't allow connecting without disconnecting: https://docs.libuv.org/en/v1.x/udp.html#c.uv_udp_connect. I have some janky workaround but I don't trust that it works (avoiding connect and just using bind).
Last updated: Mar 23 2026 at 18:16 UTC