Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kaifuny/jvmr

a toy🤗jvm in rust. Welcome Star : P
https://github.com/kaifuny/jvmr

jvm rust

Last synced: 18 days ago
JSON representation

a toy🤗jvm in rust. Welcome Star : P

Awesome Lists containing this project

README

        

## jvmr
a toy🤗 jvm in rust, no gc🧐
[wiki](https://github.com/superbiger/jvmr/wiki)

## Feature

## Dev environment
- MacOS High Sierra 10.13.5(17F77)
- JDK 9.0.1
- Rust 1.27.0

## Build
Ensure your Java version is right and JAVA_HOME env was set
```shell
# purpose
jvmr HelloWorld
```

## 🎉Thanks🎉
- [jvm-rs](https://github.com/standbyme/jvm-rs)
- [jvm.go](https://github.com/zxh0/jvm.go.git)