by jerome » Sat Aug 27, 2016 3:37 pm
Yes, they do take a little while to load, as the entire Ecere library in JavaScript is being downloaded.
WebAssembly will make this faster. It might already be possible to generate WebAssembly instead of JavaScript with Binaryem.
Another thing that might speed things up a great deal is having the Ecere library in a separate module, which means it would only have to be downloaded once for all these examples. We haven't managed to get that working yet.
Let me know how your attempts to build and run web apps go.
Best regards,
-Jerome