toit
toit copied to clipboard
Support networking in build for Windows
We're missing the networking primitives on Windows.
The similar code for BSD / POSIX targets is: https://github.com/toitlang/toit/blob/master/src/resources/dns_posix.cc https://github.com/toitlang/toit/blob/master/src/resources/tcp_bsd.cc https://github.com/toitlang/toit/blob/master/src/resources/udp_bsd.cc