rjvm Toy JVM is written in Rust Overview A Status of the rjvm is WIP. It is a JVM written in Rust that I'm making for fun. I implement it according to this specification. Build and Run Currently, the code in "sample/*.java" works. It works as follows: $ cargo run samples/HelloWorld.class Intetgration test ./test.sh