We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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).
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
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).
The text was updated successfully, but these errors were encountered: