-
Notifications
You must be signed in to change notification settings - Fork 146
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
Add WebAssembly Support #88
Comments
Keep in mind that wasm still has no GC, so it might not be a terribly natural fit for a language like Java, which assumes GC. Also consider TeaVM's very experimental wasm support as another way to consider turning your Java into wasm. |
We are not planning to have WebAssembly support until it is practical for our use cases; for that at minimal we need GC and better JavaScript interop story to be available in WebAsssembly. |
(Keeping open track future requests) |
I can work on this |
We actually implemented experimental WASM support. |
With WebAssembly getting a lot of traction is it possible to have 2 back ends. One for JS and another for WA.
The text was updated successfully, but these errors were encountered: