Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 423 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 423 Bytes

IJVRust

This is an IJVM emulator written in Rust.

Usage

Example usage: cargo run -r files/mandelbread.ijvm.
There are two example IJVM files provided in the files/ directory, along with their more human-readable JAS assembly files.

Omit -r and set debug_assertions = true in the Cargo file to get debug output.
Warning: This generates a lot of output on stderr.