matsemann 2 days ago

Wow, seriously impressive. GWT had so many drawbacks this seems to solve (like everything with reflection not working).

Since it's the runtime being ran on wasm, does this also allow for kotlin, clojure, scala etc as long as it's valid bytecode?

1
apignotti 2 days ago

Yes, any JVM language should work. We did some experiments with Kotlin specifically in the past.

matsemann 2 days ago

Thanks! I know kotlin has a JS target, but being able to just deploy the software as-is without a separate codebase for the interface, dealing with all the differences of the platforms etc is something else entirely. Very cool.