Remix.run Logo
gus_massa an hour ago

I think most format use "gzip" instead of "zip".

conradludgate 7 minutes ago | parent [-]

gzip is not an archive container. You're thinking of .tar.gz which is a "tape archive" format which is compressed using gzip. Zip is by itself both a compression and an archive format, and is what documents like epub or docx use