The bmannconsulting.com website
1---
2via: https://twitter.com/wesbos/status/1756029879487791239
3tags:
4 - JavaScript
5 - runtimes
6---
7A list of JavaScript runtimes and the engines they use.
8
9- Node.js (V8)
10- Deno (V8)
11- Bun (JavaScript core - webkit's engine)
12- Workerd (Cloudflare, V8)
13- llrt (Amazon, QuickJS), [github.com/awslabs/llrt](https://github.com/awslabs/llrt)
14- WinterJS (Wasmer, Spider Money)
15- Edge Runtime (Vercel, V8)
16- Lagon (Vercel Acquired, V8)
17- Compute @edge (Fastly, Spider Monkey)
18- Edge Compute (Alibaba V8)
19- Hermes (Facebook)
20- Bloomberg (v8, Internal)
21- Bytedance (v8, Internal)
22- txiki (QuickJS)
23- holepunch (V8) via [🦋 @ramage.in](https://bsky.app/profile/ramage.in/post/3klwpp3pcef23), [github.com/holepunchto/bare](https://github.com/holepunchto/bare)
24
25## Engines
26
27### QuickJS
28
29"a very small JS engine from Farice Bellard - the genius behind ffmpeg" via [@wesbos](https://x.com/wesbos/status/1756031703955501168?s=20)
30
31### Boa
32
33[github.com/boa-dev/boa](https://github.com/boa-dev/boa)
34
35"Boa is an experimental JS engine written in Rust" via [@alexchamberlain](https://x.com/alexchamberlain/status/1756047440560451703)