Stream: general

Topic: j2wasm


view this post on Zulip Jonathan Halliday (Aug 07 2023 at 15:13):

Anyone know if google have plans to open source j2wasm and if so, when? thx.

view this post on Zulip Thomas Lively (Aug 09 2023 at 13:09):

See https://github.com/google/j2cl

Java to Closure JavaScript transpiler. Contribute to google/j2cl development by creating an account on GitHub.

view this post on Zulip Jonathan Halliday (Aug 09 2023 at 13:14):

Thanks. I'm aware j2cl is already open source. I have found no evidence that j2wasm is or will be. Is there a specific part of that repo which communicates that detail?

view this post on Zulip Thomas Lively (Aug 09 2023 at 15:20):

j2wasm is part of that same repo. Here’s the source: https://github.com/google/j2cl/tree/master/transpiler/java/com/google/j2cl/transpiler/backend/wasm

view this post on Zulip Jonathan Halliday (Aug 09 2023 at 16:32):

Ahh, very interesting! The info I'd seen before framed j2wasm as a fork or successor to j2cl, not as an internal part of it. But from the sounds of things it's already open source because it's built as part of a project that already was?

view this post on Zulip Thomas Lively (Aug 09 2023 at 19:37):

Correct!

view this post on Zulip Jonathan Halliday (Aug 15 2023 at 12:26):

Finally found some more time to play with this. Got it built. Now how do I drive it? maven plugin? cli? or is it close coupled to bazel in typically google fashion? Useful docs and examples seem somewhat thin on the ground thus far.


Last updated: Nov 22 2024 at 17:03 UTC