Hi, pretty much all of our demos have a "javascript" link at the bottom where you can see the result and inspect the generated code/size.
Here's the kitchen sink: https://www.codenameone.com/demos/KitchenSink/ This is the code: https://www.codenameone.com/demos/KitchenSink/teavm/classes.js Notice that the code file is gzipped when delivered to the browser/device and is around 600kb in real size. There is also a 31kb (uncompressed) runtime file https://www.codenameone.com/demos/KitchenSink/teavm/runtime.js The structure is maintained for the other demos but as you can see from the source it's not something you would normally "inspect". The build allows you to generate "pretty" code which would be more readable for debugging. -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/3539e197-a16b-402a-a257-029cb1b427d9%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
