Hacker News new | ask | show | jobs
by mattdeboard 2767 days ago
Yeah buddy. https://servo.org/

Also there is already amazing work for Rust and WASM https://rustwasm.github.io/book/

1 comments

Servo uses spidermonkey
Oh, I see. Thanks. I assumed the JS engine was written in Rust!
Spidermonkey will probably never get rewritten in rust, as the safety guarantees would be precluded by JIT.
That's not entirely the case - there's definitely research / work being done in this area.

https://blog.mozilla.org/javascript/2017/10/20/holyjit-a-new...

https://github.com/nbp/holyjit