黑洞资源笔记
03:08 · Jul 22, 2023 · Sat
如何用Rust重写一个JVM |
link
Andrea Bergia's Website
I have written a JVM in Rust
I have built a toy Java Virtual Machine in Rust, complete with garbage collection, exception handling, and the ability to run real Java bytecode using OpenJDK's rt.jar.
Home