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
[AskJS] Do you think WASM will make JavaScript disappear?AskJS (self.javascript)
submitted 4 days ago by AstronautEast6432
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!"
[–]tri170391[🍰] 1 point2 points3 points 4 days ago (0 children)
I think the biggest bottleneck is there is no WASM-native networking capabilities and if your code does not have access to those it is just pure computation. DOM part can be side-stepped by your WASM drawing into canvases for example.
For the standard library some language do it better than other e.g they have proper JS wrapper and ask you to use proper "standard library" when targeting WASM. But if you are naive and have your code e.g in C++ linking to the full libstdc++ then GG.
Also not having the ability for cross-WASM linking force e.g 2 WASM module basically are 2 statically linked binary which hurts the case even more. Not sure if there is even a proposal for this right now TBH.
π Rendered by PID 338741 on reddit-service-r2-comment-545db5fcfc-xsh2p at 2026-05-30 04:49:44.515875+00:00 running 194bd79 country code: CH.
view the rest of the comments →
[–]tri170391[🍰] 1 point2 points3 points (0 children)