You are viewing a single thread.
View all comments 69 points
I’m choosing the third side: WebAssembly
35 points
4 points
*
Incredibly powerful type system λλλ
And the best part, those two interop better than in native code.
1 point
13 points
6 points
10 points
No, but GUI frameworks can generate it for you. Same goes for DOM access, for which there’s normally only a JavaScript API.
So, you’ll likely want to read JS, when researching what events or properties you can read/write for certain HTML nodes in the DOM, but with a mature GUI framework, you should not need to write any JS.