Hacker News new | ask | show | jobs
by _old_dude_ 3166 days ago
It seems to be to generate JIT snippets from the Rust compiler, not an interpreter.
1 comments

As I understand it you write an interpreter in Rust then you generate a JIT compiler from that interpreter.