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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: