Zimbra Zimlet to showcase an issue including libxml2-wasm
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This repository demonstrates a runtime error when using `libxml2-wasm` in a Zimbra Zimlet, specifically a `TypeError: f()(...)[t] is not a function` that occurs during component initialization. The issue appears to stem from top-level await not being properly supported in Zimlets, as similar errors occur with other WASM-based libraries like `pdfjs-dist`. The project serves as a minimal reproduction case for Zimlet maintainers to investigate and resolve the compatibility issue.