• Stars
    star
    120
  • Rank 289,700 (Top 6 %)
  • Language
    Rust
  • Created over 8 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A JIT experiment in Rust

rustyjit, a simple JIT in Rust

To build: cargo build

To run: target/debug/rustyjit

You can read about the JIT in more detail on the blog post Building a Simple JIT in Rust.