Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nullishamy/kate

A JVM written in Rust.
https://github.com/nullishamy/kate

java jvm rust

Last synced: about 1 month ago
JSON representation

A JVM written in Rust.

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)