kiwix-js
kiwix-js copied to clipboard
Replace our current javascript ZIM backend by the wasm version of kiwix-lib
This is a follow-up of #116.
It should give some significant performance improvements.
It will probably need some refactoring or glue code, as the APIs are certainly a bit different. We'll have to add some code to wait for the wasm library to be initialized before using it (including in the unit tests)