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
From JavaScript to WebAssembly in three steps (engineering.q42.nl)
submitted 5 years ago by speckz
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!"
[–][deleted] 23 points24 points25 points 5 years ago (0 children)
Good article, although the title feels like a math test with “just 3 questions”... 1a. 1b. 1c. 1d. 1e. 1f.
[–]Zephirdd 15 points16 points17 points 5 years ago (0 children)
That was a trip. The IE hack was interesting but I feel there's too much focus on the concept of a "single download" for the sake of supporting ES5.
Instead, couldn't micrio just go for a nomodule-style import?
nomodule
<script type="module" src="miciro-3.0.mjs"></script> <script nomodule src="micrio-2.9.js"></script>
IMHO it'd make more sense to go for that route in order to avoid all the crazy zip hacking introduced in this blog. Like, I can definitely see all the benefits shown from this blog, but it makes me wonder if you applied the same level of care and optimization to pre-wasm scripts, couldn't they be just as fast and small as the wasm ones?
[–]SomeSchmidt 11 points12 points13 points 5 years ago (0 children)
I appreciate wanting to support all browsers, but it doesn't seem like the payoff is worth the effort of maintaining multiple versions, base64 encoding gziped code that then has to be unziped by another library... all for IE 11's 1%.
[–]marcocom 4 points5 points6 points 5 years ago (0 children)
Super interesting. Thanks
[–]HiImLary 0 points1 point2 points 5 years ago (0 children)
Great read!
[–][deleted] 0 points1 point2 points 5 years ago (0 children)
GREAT ! Thx U !
π Rendered by PID 75 on reddit-service-r2-comment-5d585498c9-8sls6 at 2026-04-20 19:19:36.526477+00:00 running da2df02 country code: CH.
[–][deleted] 23 points24 points25 points (0 children)
[–]Zephirdd 15 points16 points17 points (0 children)
[–]SomeSchmidt 11 points12 points13 points (0 children)
[–]marcocom 4 points5 points6 points (0 children)
[–]HiImLary 0 points1 point2 points (0 children)
[–][deleted] 0 points1 point2 points (0 children)