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

wasmtime: Add outbound HTTP capability to the shim #849

Open
3 tasks
Mossaka opened this issue Feb 13, 2025 · 0 comments
Open
3 tasks

wasmtime: Add outbound HTTP capability to the shim #849

Mossaka opened this issue Feb 13, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@Mossaka
Copy link
Member

Mossaka commented Feb 13, 2025

I am assuming that component targeting wasi-http is capable of making outbound HTTP requests already, but we don't have a test case covering that. I also think that wasi-cli component is capable of using wasi sockets to make outbound HTTP requests today but not to https. So it will be useful to add wasi-http imports to the wasi-cli components.

  • add a test case for a wasi-http component to make outbound HTTP requests
  • add wasi-http capability to wasi-cli components
  • add a test case for wasi-cli component to make outbound HTTP requests

Open questions

  1. it might be undesriable for apps to make outbound https to any hosts but what's the best solution to add app capabilities to the shims?
@Mossaka Mossaka added the enhancement New feature or request label Feb 13, 2025
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