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

compile to native wasm #245

Closed
jimmywarting opened this issue Jun 30, 2022 · 3 comments
Closed

compile to native wasm #245

jimmywarting opened this issue Jun 30, 2022 · 3 comments

Comments

@jimmywarting
Copy link
Contributor

can you compile a version that outputs wasm binaries and isn't tied to windows, mac or linux?

@gunan
Copy link

gunan commented Jul 6, 2022

Thanks for the suggestion.
While we see that this could be useful, we do not have the bandwidth to make this happen right now.
However, we would gladly accept this as a contribution from the community.

@jimmywarting
Copy link
Contributor Author

jimmywarting commented Jul 6, 2022

from my understanding you are using graal? I have never worked with graalvm, java or any compile language before, so a bit tuff for me...
it seems like it have support for WASM as well? - source

it would be cool to be able to use closure compiler on the browser without having to download/install anything

@ChadKillingsworth
Copy link
Collaborator

Unfortunately, Graal native images do not support wasm. Here's the tracking issue on the Graal side: oracle/graal#3391

We can reopen this discussion after Graal has support, but until then there just isn't a path forward.

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