Y
Hacker News
new
|
ask
|
show
|
jobs
by
andriy_koval
62 days ago
why did it crash? Rust is supposed to be memory safe?..
2 comments
nablaxcroissant
62 days ago
crashes happen for reasons besides memory safety. web-engines are crazy complicated pieces of software and crashes could happen for any number of reasons. also I would be shocked if this was written using purely safe rust
link
mkl
62 days ago
The JS engine is SpiderMonkey, which is C++.
link