You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for Java and other languages which target the JVM, by supporting JVM bytecode in WebAssembly, perhaps by compiling Java byte code to WebAssembly, thereby supporting all languages supported by the JVM.
Dependency: WebAssembly runtime GC/ garbage collection support, which is presently in development and/ or being explored.
The text was updated successfully, but these errors were encountered:
Now, about three years after the last comment, I've had a look at TeaVM. On their website they speak of transpiling code to JavaScript, but not to WebAssembly. Am I mistaken?
Add support for Java and other languages which target the JVM, by supporting JVM bytecode in WebAssembly, perhaps by compiling Java byte code to WebAssembly, thereby supporting all languages supported by the JVM.
Dependency: WebAssembly runtime GC/ garbage collection support, which is presently in development and/ or being explored.
The text was updated successfully, but these errors were encountered: