Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kripken/zee.js
zlib compiled to JavaScript using Emscripten
https://github.com/kripken/zee.js
Last synced: 4 months ago
JSON representation
zlib compiled to JavaScript using Emscripten
- Host: GitHub
- URL: https://github.com/kripken/zee.js
- Owner: kripken
- Created: 2012-03-04T01:12:46.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2020-10-25T14:59:15.000Z (over 4 years ago)
- Last Synced: 2024-10-13T16:29:49.464Z (4 months ago)
- Language: C
- Homepage:
- Size: 526 KB
- Stars: 97
- Watchers: 12
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
- AwesomeCompiler - zee.js
README
zee.js
======zee.js is a port of zlib, a very useful compression library (used in gzip)
to JavaScript, by compiling the zlib C code with Emscripten.zee.js is zlib licensed, just like zlib.
Usage
-----Zee.compress and Zee.decompress are the relevant functions. See test.js
for an example.There is also a worker version, zee-worker.js. See zee-client.js for
usage.