1
0
Fork
You've already forked okvm
0
an OK jvm implementation
  • Rust 100%
2025年08月08日 23:12:29 +03:00
samples fml 2025年08月08日 23:12:29 +03:00
src fml 2025年08月08日 23:12:29 +03:00
.gitignore fml 2025年08月08日 23:12:29 +03:00
Cargo.lock fml 2025年08月08日 23:12:29 +03:00
Cargo.toml fml 2025年08月08日 23:12:29 +03:00
README.md fml 2025年08月08日 23:12:29 +03:00

okvm

an attempt at implementing a JVM in Rust

what works

  • basic arithmetic

what doesn't work

  • literally everything else

what is used