Is there an easy-to-use Zip library that works wit...
# webassembly
s
Is there an easy-to-use Zip library that works with Kotlin/WASM target? I did not figure out how to use jszip - looks quite complex. And the only implementation I found is (yet again) part of KorGE and not usable in isolation.
y
I don't know if it can help but I did use jszip in a kotlin/js project that you can take a look at https://github.com/pongasoft/re-quickstart
s
Looks complicated to me 😅