Y
Hacker News
new
|
ask
|
show
|
jobs
by
higherpurpose
4128 days ago
Will Spidermonkey be rewritten in Rust eventually?
Sidenote: WebGL 2.0 should come with ASTC support to be relatively future-proof.
2 comments
gsnedders
4128 days ago
Note that JITing compilers gain a lot less from Rust's safety guarantees than most code: you can easily JIT some code that breaks one of the safety properties that Rust ordinarily defends.
link
steveklabnik
4128 days ago
That is too far in the future to see.
link