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

WASIX sockets support #32

Open
chriso opened this issue May 31, 2023 · 0 comments
Open

WASIX sockets support #32

chriso opened this issue May 31, 2023 · 0 comments
Labels

Comments

@chriso
Copy link
Contributor

chriso commented May 31, 2023

https://wasix.org is the proposed extension to WASI preview 1 by the folks over at wasmer (https://wasmer.io/posts/announcing-wasix).

Extending wasi-go to support the sockets extension from WASIX should be easy enough. We just need a translation layer (like https://github.com/stealthrocket/wasi-go/blob/main/imports/wasi_snapshot_preview1/wasmedge.go) and auto-detection support (https://github.com/stealthrocket/wasi-go/blob/main/imports/extensions.go).

@chriso chriso added the sockets label Jun 11, 2023
@chriso chriso mentioned this issue Jun 13, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant