Anyone know if google have plans to open source j2wasm and if so, when? thx.
See https://github.com/google/j2cl
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?
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
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?
Correct!
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