Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

language support: JVM bytecode, for Java and other JVM targetting langs #182

Open
zenaan opened this issue Jul 27, 2020 · 2 comments
Open

Comments

@zenaan
Copy link

zenaan commented Jul 27, 2020

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.

@jarble
Copy link

jarble commented Sep 8, 2020

There are already a few compilers that do this. TeaVM compiles Java bytecode to WebAssembly.

@mimarox
Copy link

mimarox commented Aug 18, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants