zlib icon indicating copy to clipboard operation
zlib copied to clipboard

WASM Support

Open Sundarcj opened this issue 6 years ago • 2 comments

Hi Team, Is zlib can be ported to WASM?

Sundarcj avatar Aug 27 '19 12:08 Sundarcj

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

Praveer1981 avatar Oct 01 '21 05:10 Praveer1981

-s USE_ZLIB=1

INT2ECALL avatar Oct 14 '22 01:10 INT2ECALL