Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 266 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 266 Bytes

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.