|
|
|
|
|
by petre
3393 days ago
|
|
I don't hate JS but would rather write my web codebase in something else, something that has a standard lib for instance. ES6 is also a transpile to JS language on the browser. The main problem is that we are stuck with ancient JS on the browser and WASM could fix that. Wouldn't you rather conpile ES6 to WASM instead of JS? |
|
wouldn't you rather just run ES6 right in the browser instead of compiling it first at all?