Comment Re:No (Score 1) 61
Is there an actual JVM here? Looking at what TeaVM does, it seems it's more of a 'cross-compiler' (if that's a term, post says 'transpiles'), and it allows you to write JAVA but compile it to JavaScript (WASM). (Which are famously 'not the same thing.')
So, it's for JAVA programmers who don't want to learn JS? The deliverable seems like a monolithic, minified, partially obfuscated text file?