Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(StdLib): Sys/Socket #1590

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

trucidare
Copy link

Closes #1582

Draft because this needs tests + a wasi js upgrade

*
* @since v0.5.14
*/
export enum SiFlags {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a bit more verbose, but I'd advocate labeling this and the next types as SendInputFlags, ReadInputFlags, etc.

@spotandjake
Copy link
Member

It looks like when #1612 was merged and we switched to node v18, we got the wasi features needed for this pr.

@phated
Copy link
Member

phated commented Mar 1, 2024

@trucidare I noticed you merged main. We've changed some syntax, so you'll probably need to resolve conflicts by making those changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement WASI sockets
4 participants