Skip to content
vic

utam0k/rjvm

Toy JVM is written in Rust

utam0k/rjvm.json
{
"createdAt": "2020-07-19T10:30:43Z",
"defaultBranch": "master",
"description": "Toy JVM is written in Rust",
"fullName": "utam0k/rjvm",
"homepage": "",
"language": "Rust",
"name": "rjvm",
"pushedAt": "2021-01-25T12:33:35Z",
"stargazersCount": 13,
"topics": [
"jvm",
"rust"
],
"updatedAt": "2024-06-16T03:16:20Z",
"url": "https://github.com/utam0k/rjvm"
}

rjvm

Toy JVM is written in Rust

License: MIT

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.

Currently, the code in “sample/*.java” works. It works as follows:

$ cargo run samples/HelloWorld.class
./test.sh