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

Add WebAssembly Support #88

Open
sirinath opened this issue Apr 15, 2020 · 5 comments
Open

Add WebAssembly Support #88

sirinath opened this issue Apr 15, 2020 · 5 comments

Comments

@sirinath
Copy link

With WebAssembly getting a lot of traction is it possible to have 2 back ends. One for JS and another for WA.

@niloc132
Copy link
Contributor

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.

@gkdn
Copy link
Member

gkdn commented Apr 15, 2020

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.

@gkdn gkdn closed this as completed Apr 15, 2020
@gkdn gkdn reopened this Apr 15, 2020
@gkdn
Copy link
Member

gkdn commented Apr 15, 2020

(Keeping open track future requests)

@unnati914
Copy link

I can work on this

@gkdn
Copy link
Member

gkdn commented Aug 24, 2021

We actually implemented experimental WASM support.
(This is not good for production use, it is currently useful for Chrome/V8 team could have real world data to iterate on WASM GC specification)

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

No branches or pull requests

4 participants