DEV Community

Discussion on: 🚀 Visualizing memory management in V8 Engine (JavaScript, NodeJS, Deno, WebAssembly)

Collapse
 
deepu105 profile image
Deepu K Sasidharan

Technically it still uses V8 which runs JavaScript and hence internally it still transpiles into JS, but it's in the background and hence user doesn't have to worry about it. It like Python or Ruby which still gets interpreted into C before being executed.