-
Notifications
You must be signed in to change notification settings - Fork 8
Update zlib port to latest #1
Comments
"-s USE_ZLIB=1" downloads https://github.com/emscripten-ports/zlib/archive/version_1.zip which was built Oct 28, 2014... |
Hi. I'm new to contributing and I wasn't too sure If what I'm doing is right. I'm not 100% sure, but The "linked library" is always linking Any suggestions as to what I can do to help would be cool. |
I would personally have started with diffing this repository and the 1.2.8 source, then applying that diff to 1.2.11. That would be a lot easier than trying to redo everything from scratch. |
I've been building zlib 1.2.11 for emscripten for a while now, and it used to always work fine, basically until the the recent changes about a month or 2 ago. i.e Zlib 1.2.11 on emscripten 1.38.28 works more or less out of the box. Should we support zlib 1.2.11 for both the older and the newer version of emscripten? or just the newer versions? |
I think we can focus just on newer versions. |
fwiw, it might be worth checking out https://github.com/zlib-ng/zlib-ng instead. It can possibly give a nice speed-up on It's API / ABI compatible with zlib (when configured with |
yep, this zlib is quite dated :( |
Currently this port is based off 1.2.8 (2013), the latest zlib is 1.2.11 (2017). Could be good to upgrade?
Source is on github (https://github.com/madler/zlib), so hopefully shouldn't be too hard to merge changes in.
The text was updated successfully, but these errors were encountered: