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

Support dialing sockets, udp, tcp, unix. #2187

Closed
james-lawrence opened this issue Apr 15, 2024 · 3 comments
Closed

Support dialing sockets, udp, tcp, unix. #2187

james-lawrence opened this issue Apr 15, 2024 · 3 comments
Labels
enhancement New feature or request

Comments

@james-lawrence
Copy link

Is your feature request related to a problem? Please describe.
I'd like to be able to make network request from within a guest runtime.

Describe the solution you'd like
use standard golang net package for dialing sockets.

Describe alternatives you've considered
we've had to switch to using stealthrockets implementation for the wasip1 runtime.

@james-lawrence james-lawrence added the enhancement New feature or request label Apr 15, 2024
@mathetake mathetake closed this as not planned Won't fix, can't repro, duplicate, stale May 26, 2024
@james-lawrence
Copy link
Author

As in never planned to be supported by wazero?

@mathetake
Copy link
Member

if this is the one defined in the specifications either wasip1 or the future wasi v1.0, yes possible in the future. But that is not the case right, now and you can implement whatever you want just like https://github.com/dispatchrun/net

@james-lawrence
Copy link
Author

james-lawrence commented May 26, 2024

i was looking at implementing it at somepoint this (hopefully, life etc) summer/fall and the tracking the progress here. I know it wouldnt be merged until the spec standardized. And was hoping this could be a coordination point for others who are interested in the space. As advancing the spec requires multiple independent implementations. Are you against the tracking coordination for this subset happening here?

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

No branches or pull requests

2 participants