Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 418 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 418 Bytes

miniJVM

WARNING: This is toy project! Don't use anywhere serious

About

This is implementation of JVM in C++. I always wanted to write a VM and in the time of writing JVM had "better" documentation then WASM. Also WASM is still in development and therefore subject to change. All specification are read from the official documentation.