We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c175c49 commit 532e0bcCopy full SHA for 532e0bc
netdev_wasip2.go
@@ -37,7 +37,9 @@ func tinygoToWasiAddr(ip netip.AddrPort) network.IPSocketAddress {
37
})
38
}
39
40
- return network.IPSocketAddress{}
+ return network.IPSocketAddressIPv4(network.IPv4SocketAddress{
41
+ Port: ip.Port(),
42
+ })
43
44
45
func wasiAddrToTinygo(addr network.IPSocketAddress) netip.AddrPort {
0 commit comments