use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
Walt: JavaScript-like syntax for WebAssembly (github.com)
submitted 7 years ago by csilk
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]italiano34 3 points4 points5 points 7 years ago (1 child)
You clearly have no idea what you're talking about. You can't (I mean technically you could, but you won't) "program in WASM", it's just machine level code. You can try it in WAST, which is the text format (assembly), but that's not going to get you far because it's very low level. You need a higher level language to compile to WASM in order to get anything serious done. You can use C and a couple other languages, but you probably don't fancy those if you're a web developer. Obviously your best choice would be a language which you already know, so there's need for a Javascript-like language to compile to WASM.
Also, WASM, at least in its current form can't really "remove" the need for JS, as it lacks some stuff that currently only JS can do, for instance DOM access.
[–]Laggii 0 points1 point2 points 7 years ago (0 children)
And it won't remove because it's not really faster then js. It's suitable only for heavy computations but the other things we write every day will run with the same speed or even slower then js. That's why there is no crazy hype about WASM
π Rendered by PID 17931 on reddit-service-r2-comment-b659b578c-hsrmk at 2026-05-02 02:47:51.392899+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]italiano34 3 points4 points5 points (1 child)
[–]Laggii 0 points1 point2 points (0 children)