zlib
zlib copied to clipboard
WASM Support
Hi Team, Is zlib can be ported to WASM?
I think yes, it can be ported to wasm. zlib is written in C and we can use emscripten tool chain (https://emscripten.org/) to get the wasm file cc: @madler
-s USE_ZLIB=1