zlib compiled to JavaScript using Emscripten
JavaScript C Objective-C
Permalink
Failed to load latest commit information.
Makefile zee worker Jul 23, 2012
Makefile.in
README.markdown
README.zlib
adler32.c
compress.c
configure add zlib 1.2.5 Mar 4, 2012
crc32.c
crc32.h
deflate.c
deflate.h
empty_main.c
example.c
gzclose.c
gzguts.h
gzlib.c
gzread.c
gzwrite.c
infback.c
inffast.c add zlib 1.2.5 Mar 4, 2012
inffast.h add zlib 1.2.5 Mar 4, 2012
inffixed.h
inflate.c
inflate.h
inftrees.c
inftrees.h
minigzip.c
post.js
pre.js
readme.txt
shell-post.js working test Mar 29, 2012
shell-pre.js
test.js
trees.c
trees.h
uncompr.c
worker.js
zconf.h
zconf.h.in add zlib 1.2.5 Mar 4, 2012
zee-client.js do not send worker the entire underlying ArrayBuffer, copy the area w… Aug 15, 2013
zee-worker.js
zee.js
zlib.3 add zlib 1.2.5 Mar 4, 2012
zlib.h
zlib.map
zlib.pc
zlib.pc.in
zutil.c
zutil.h

README.markdown

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.