# Functions
GzipIt compresses the input ([]byte).
IsGzip returns checks if the file contents are gzip compressed.
IsWasm checks if the file contents are of wasm binary.
LimitReader returns a Reader that reads from r but stops with "limit error" after n bytes.
Uncompress expects a valid gzip source to unpack or fails.
# Structs
No description provided by the author