dfinity / ic-wasm

A collection of libraries and tools for transforming Wasm canisters running on the Internet Computer
Apache License 2.0
34 stars 5 forks source link

Correct the value of `GZIPPED_WASM_MAGIC_BYTES` #64

Closed aterga closed 3 months ago

aterga commented 3 months ago

This PR fixes the value of GZIPPED_WASM_MAGIC_BYTES to correspond to the Gzip standard (https://datatracker.ietf.org/doc/html/rfc1952.html) which permits values other than 0 in the 4th byte of the format header.