WASM libs for zopfli gzip compression and (g)unzip decompression.
This is a simple wrapper on top of the zopfli rust crate for the compression and the miniz_oxide rust crate for the decompression.
The handling of the gzip header and footer is done in this crate to save a few bytes on the wasm files.
Compilation:
wasm-pack build --target web
Dependencies: