Skip to content

wyulong/azeroth-vm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Toy JVM(work-in-progress)

Learn how JVM works. Just a few directives are currently implemented to run hello-world.

try:

  • javac java/Sum.java
  • cargo build
  • target/debug/java --classpath $(pwd)/java Sum or cd java && ../target/debug/java Sum

About

Yet Another Toy JVM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 99.0%
  • Java 1.0%