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

wasmer-api : Enable compression support for both queries and responses #4926

Open
theduke opened this issue Jul 10, 2024 · 1 comment
Open
Labels
🎉 enhancement New feature!

Comments

@theduke
Copy link
Contributor

theduke commented Jul 10, 2024

Currently the wasmer-api crate does not use compression for either requests or responses.

We should enable compression in both directions.

Note: since #4920 added support for web with the wasm32-unknown-unknown target, the related logic and additional features might need to be restricted/modified for non-wasm32-unknown targets , because there the browser will transparently decompress.

@theduke theduke added the 🎉 enhancement New feature! label Jul 10, 2024
@theduke
Copy link
Contributor Author

theduke commented Jul 10, 2024

Note: responses are more important.

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

No branches or pull requests

1 participant