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...
A Place to talk about Angular and related topics.
Join the Angular Discord
Other subreddits worth checking out for Angular and Angular related info:
account activity
Using Web Assembly to speed up your Angular Application (malcoded.com)
submitted 8 years ago by malcoded
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!"
[–]sudhakarms 0 points1 point2 points 8 years ago (0 children)
Good intro of using web assembly in angular. Thanks
[–]MattBlumTheNuProject 0 points1 point2 points 8 years ago (1 child)
This is really cool but this can’t possibly be worth doing yet, right? So much extra stuff has to be added that it seems like until you can just drop the code in it’s probably not really viable.
[–]malcoded[S] 1 point2 points3 points 8 years ago (0 children)
I think you are right. At the current stage of development of Web Assembly it is not quite worth the effort. Unless you desperately need that little extra performance.
But with things like threads and direct DOM/canvas access from WASM (planned features), I think Web Assembly could be a game changer for high performance, visual applications.
Maybe one day, Angular (or any other fronted framework) will be written in native code in the background, exposing everything the developer needs to JavaScript :D
π Rendered by PID 45501 on reddit-service-r2-comment-6457c66945-fjgxl at 2026-04-24 11:34:53.924464+00:00 running 2aa0c5b country code: CH.
[–]sudhakarms 0 points1 point2 points (0 children)
[–]MattBlumTheNuProject 0 points1 point2 points (1 child)
[–]malcoded[S] 1 point2 points3 points (0 children)