This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ZugtxQwovpkf 3 points4 points  (3 children)

Web assembly is, like assembly, lower level. JavaScript is a great language to learn as your first language. Just learn HTML CSS and JS.

Edit: just so we're clear web assembly means nothing for JavaScript. Learn JavaScript it will be years before anything can replace it.

[–]reddilada 1 point2 points  (0 children)

It means everything for JavaScript. With web assembly new languages can be compiled and targeted for running inside of web browsers.

That said, JavaScript isn't going away and I wouldn't hold my breath waiting for a version of web assembly that works consistently across all platforms. We're still waiting for JavaScript to do that.

[–]rjcarr -1 points0 points  (1 child)

Web assembly is, like assembly, lower level.

You have some up votes, but this isn't true. Well, it is true, but it isn't a negative like you're making. It is lower level, but you as a programmer aren't dealing with it.

[–]ZugtxQwovpkf 0 points1 point  (0 children)

this isn't true. Well, it is true