/rustyjit

A JIT experiment in Rust

Primary LanguageRust

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.