Files
zstd-rs/contrib/declib
Carl Woffenden 7c6fa81579 Added Emscripten example, removed Buck, minor tidy
Work-in-progress. Added simple Emscripten WebGL example that adds 25kB when build with Zstd. Removed Buck (will replace). Minor correctness.
2019-08-26 21:28:19 +02:00
..
2019-08-25 22:49:01 +02:00
2019-08-25 22:49:01 +02:00

Single File Zstandard Decompression Library

Create the file using the shell script:

cd zstd/contrib/declib
./combine.sh -r ../../lib -r ../../lib/common -r ../../lib/decompress -o zstddeclib.c zstddeclib-in.c

Then add the resulting file to your project (see the test sources for examples).