diff options
author | xengineering <me@xengineering.eu> | 2023-05-19 16:22:02 +0200 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-05-19 16:22:02 +0200 |
commit | 62f7bbdd799b9e83429721c911c612599252eb3e (patch) | |
tree | 11a091836f84c0f569519ce99666b6228b41cb46 | |
parent | fd63d17c1218b8386baebf34635448f8c2f4f10f (diff) | |
download | website-62f7bbdd799b9e83429721c911c612599252eb3e.tar website-62f7bbdd799b9e83429721c911c612599252eb3e.tar.zst website-62f7bbdd799b9e83429721c911c612599252eb3e.zip |
Update content/git/limox.md
-rw-r--r-- | content/git/limox.md | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/content/git/limox.md b/content/git/limox.md index 5279ba5..c29f3ac 100644 --- a/content/git/limox.md +++ b/content/git/limox.md @@ -21,8 +21,9 @@ attributes: - good quality If this goal is reached it would be possible to turn LimoX into a generic -multi-platform XMPP client with support for Linux, Windows, MacOS, Android and -iOS. +multi-platform XMPP client. Adding support for browsers with [WebAssembly][7] +should be a way to get fast to every platform. Support for Windows, MacOS, +Android and iOS is at least provided by all used dependencies. LimoX is now written in the [Go language][5] and uses [Gio][6] for the user interface. Have a look at the [README][3] and [ROADMAP][4] files for details @@ -35,3 +36,4 @@ especially about the current state. [4]: https://cgit.xengineering.eu/limox/tree/ROADMAP.md [5]: https://go.dev [6]: https://gioui.org +[7]: https://webassembly.org/ |