Hacker News new | ask | show | jobs
by zamalek 508 days ago
In the early days of the project it was segfaulting during performance tests. That was a pretty hair-raising bit of information for me. Deno it is.

That being said, all of these run times use a JS JIT that are written in a memory unsafe language, that emit and execute raw machine code. They frequently have vulnerabilities.

1 comments

Isn't it Deno written in Rust ?

Edit : It is