Skip to content

Commit 3092995

Browse files
committed
Add _AF_INET6 for WASI sockets
1 parent 77be396 commit 3092995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

netdev.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import (
1010

1111
const (
1212
_AF_INET = 0x2
13+
_AF_INET6 = 0xA
1314
_SOCK_STREAM = 0x1
1415
_SOCK_DGRAM = 0x2
1516
_SOL_SOCKET = 0x1

0 commit comments

Comments
 (0)