google / j2cl

Java to Closure JavaScript transpiler
Apache License 2.0
1.22k stars 143 forks source link

Use "Wasm" instead of "WASM" in comments and strings #184

Closed backes closed 1 year ago

backes commented 1 year ago

The backend itself is still named WASM for consistency. Prose text uses the correct abbreviation "Wasm" (see https://webassembly.org/).

backes commented 1 year ago

@gkdn WDYT, worth a CL to use the correct abbreviation for WebAssembly?

gkdn commented 1 year ago

Sounds good. Our source of truth is google3, so if you have a CL already let me know, otherwise we can pull in this PR.

backes commented 1 year ago

I wasn't sure how to create a google3 CL and public documentation mentioned Github PRs, so I thought I'd take this route. I am happy to turn this into a CL, but I will need some pointers. Or feel free to create the CL yourself, if that's easier.

backes commented 1 year ago

Thanks, Goktug!