For running in the browser? We can already do that with the JavaScript port. We use teavm for the JavaScript port, and it does have a web assembly target, but, according to Alexey (the developer of teavm) web assembly is not a good target currently for managed languages like java. It will always be slower than JavaScript - unless additional support is added to the web assembly spec to support managed languages.
On Fri, Nov 15, 2019 at 10:21 AM Dave Dyer <[email protected]> wrote: > > Is anyone there thinking about a port to use webassembly? > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/codenameone-discussions/585d2557-42c4-484f-9fb3-135940074e63%40googlegroups.com > <https://groups.google.com/d/msgid/codenameone-discussions/585d2557-42c4-484f-9fb3-135940074e63%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- Steve Hannah Software Developer Codename One http://www.codenameone.com -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/CAGOYrKV4cUSah5p24FUbTowf7XV4et3heiJ6e1g_H2R3EnAfFA%40mail.gmail.com.
