Closed aterga closed 8 months ago
Another related question, if the input is gzipped, do we expect the output to be gzipped as well?
Good question. In my view, this should be controlled separately. I.e., we could add a feature to enable emitting gzipped WASMs, but it doesn't have to be part of this feature.
The goal of this PR is to support gzipped WASMs as inputs in the ic-wasm crate. This is aligned with the IC interface spec that says:
https://internetcomputer.org/docs/current/developer-docs/smart-contracts/deploy/larger-wasm/