fix styling of name

This commit is contained in:
james 2025-12-10 21:55:55 +10:30
parent bfdbbb0b8b
commit fcfc1d5a71
No known key found for this signature in database
GPG Key ID: E1FFBA228F4CAD87

View File

@ -1,10 +1,10 @@
# roast-vm # RoastVM
A Java Virtual Machine (JVM) implementation written in Rust, capable of parsing and executing Java class files and bytecode. A Java Virtual Machine (JVM) implementation written in Rust, capable of parsing and executing Java class files and bytecode.
## Overview ## Overview
roast-vm is an educational/experimental JVM implementation that demonstrates the core components and execution model of the Java Virtual Machine. The project uses Rust's type safety and modern tooling to build a simplified but functional JVM interpreter. RoastVM is an educational/experimental JVM implementation that demonstrates the core components and execution model of the Java Virtual Machine. The project uses Rust's type safety and modern tooling to build a simplified but functional JVM interpreter.
## Features ## Features