https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30225
--- Comment #9 from Kyle M Hall <[email protected]> --- (In reply to Marcel de Rooy from comment #8) > Couldnt resist posting these ones too here: > > https://svelte.dev/ > > and > > https://webassembly.org/ I do find Svelte to be a super interesting project, but I would never consider it for Koha. It's community is very small and integrating it with our workflow would be a challenge. WebAssembly on the other hand isn't even a javascript framework, it's basically a way to compile non-javascript application code to a standard intermediary language. For example, I write some apps in C++/Qt6, and could in theory compile an application to webassembly ( Qt6 added wasm support ) so my formerly desktop-only application would now also be a web app! -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
