sophiajt / rustyjit

A JIT experiment in Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A JIT experiment in Rust


Languages

Language:Rust 100.0%