Replies: 1 comment 1 reply
-
But what is the question? Where is the difficulty? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to propose adding support for networking in WASI. I have already implemented low-level socket interfaces such as
sock_open
,sock_bind
,sock_listen
, and others. My goal is to make these functions accessible for use in higher-level abstractions, but I am currently unsure of the best approach to achieve this.If this feature is of interest to you @konsoletyper, I would greatly appreciate your support or guidance in moving it forward.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions