zlib as wasm module for use in web applications #938
elrido
started this conversation in
Show and tell
Replies: 1 comment
-
Zlib-ng supports enscripten. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Not really something I made, but I now maintain a fork of someone else's git repo that provides tooling to build zlib into a web assembly module using nodejs/npm. We used it in a project to replace a JavaScript deflate implementation that had several bugs over the years. We considered switching to another, better supported JavaScript implementation (pako), but why risk further regressions when you can use the reference implementation.
Has anyone else been using zlib in web applications on the client side?
Should there be any interest and if we could figure out a way to get zlib transpiled into wasm using cmake and GitHub actions, would it be an option to produce and distribute such a target from this project?
Beta Was this translation helpful? Give feedback.
All reactions