konsoletyper / teavm

Compiles Java bytecode to JavaScript, WebAssembly and C
https://teavm.org
Apache License 2.0
2.55k stars 261 forks source link

What is the difference between gwt jsweet teavm? #833

Closed qq1053831109 closed 8 months ago

qq1053831109 commented 8 months ago

What is the difference between gwt jsweet teavm?

konsoletyper commented 8 months ago
  1. I suggest that you ask questions not in issues, but in discussions.
  2. The main difference of TeaVM with GWT and JSweet is that it takes bytecode, not source code. This makes it possible to compile also Kotlin and Scala projects, and even mixed ones.
  3. Anyway, there's no easy answers. There are plenty of small differences.