https://github.com/nullishamy/kate
A JVM written in Rust.
https://github.com/nullishamy/kate
java jvm rust
Last synced: 8 months ago
JSON representation
A JVM written in Rust.
- Host: GitHub
- URL: https://github.com/nullishamy/kate
- Owner: nullishamy
- License: osl-3.0
- Created: 2022-05-12T00:14:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-15T19:09:34.000Z (about 1 year ago)
- Last Synced: 2024-11-15T20:19:59.885Z (about 1 year ago)
- Topics: java, jvm, rust
- Language: Java
- Homepage:
- Size: 17 MB
- Stars: 36
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Kate
Kate is a JVM written in Rust, it's a passion project that aims to improve my
knowledge of systems development and JVM internals.
Contributions are welcome (see CONTRIBUTING.md). Check the issues for any
"up for grabs" issues.
This is still a very early stages project but documentation should be coming soon:tm:.
## External resources
- [ASM Tools](https://wiki.openjdk.java.net/display/CodeTools/asmtools)
- [jasm](https://github.com/roscopeco/jasm)