You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I want to be able to run WASM programs leveraging wasi-http to make outgoing http calls.
Describe the solution you'd like
Similarly to the file system integration, I would like to be able to enable this part of WASI through the config and be able to place restrictions - not sure how that would look like, maybe a list of hosts:
Is your feature request related to a problem? Please describe.
I want to be able to run WASM programs leveraging wasi-http to make outgoing http calls.
Describe the solution you'd like
Similarly to the file system integration, I would like to be able to enable this part of WASI through the config and be able to place restrictions - not sure how that would look like, maybe a list of hosts:
Describe alternatives you've considered
https://github.com/brendandburns/wazero-http implements some versions of this, but the API is limited and this should be part of the core functionality
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: