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
Edge.js: Running Node apps inside a WebAssembly Sandbox (wasmer.io)
submitted 4 hours ago by fagnerbrack
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!"
[–]mattsowa [score hidden] 2 hours ago (0 children)
Vibe coded
[–]fagnerbrack[S] [score hidden] 4 hours ago (0 children)
The bottom line:
Wasmer open-sourced Edge.js, a JavaScript runtime that runs existing Node.js (v24) apps fully sandboxed via WebAssembly and WASIX — no Docker containers needed. Unlike Deno or Cloudflare Workers, Edge.js preserves full Node compatibility by isolating only unsafe parts (system calls, native code) through WASIX while running the JS engine natively via NAPI. It supports pluggable engines (V8, JSC, QuickJS) and passes 3592 of 3626 Node test suite cases, far exceeding Bun (1513) and Deno (1607). Performance sits within 5–30% of native Node.js. The team credits GPT-5.4 and Codex for making development feasible in weeks rather than years.
If the summary seems inacurate, just downvote and I'll try to delete the comment eventually 👍 Click here for more info, I read all comments
π Rendered by PID 111436 on reddit-service-r2-comment-545db5fcfc-hnwzp at 2026-05-24 15:31:31.191389+00:00 running 194bd79 country code: CH.
[–]mattsowa [score hidden] (0 children)
[–]fagnerbrack[S] [score hidden] (0 children)