It's easy to compile Swift sources for webassembly target with https://swiftwasm.org, and https://github.com/swiftwasm/carton. Even with a big number of dependencies like here https://github.com/vi4m/frontless it works super efficient!
So, I'm thinking, it should be farily easy to compile quanta's GUI (libquanta at least + static GUI) as a single .html file without the need to run a server, and to be hosted for example on github's static hosting.
It's easy to compile Swift sources for webassembly target with https://swiftwasm.org, and https://github.com/swiftwasm/carton. Even with a big number of dependencies like here https://github.com/vi4m/frontless it works super efficient!
So, I'm thinking, it should be farily easy to compile quanta's GUI (libquanta at least + static GUI) as a single .html file without the need to run a server, and to be hosted for example on github's static hosting.