Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kaifuny/jvmr
- Owner: Kaifuny
- License: mit
- Created: 2018-06-23T16:43:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-18T16:02:34.000Z (over 6 years ago)
- Last Synced: 2024-10-19T08:18:50.707Z (2 months ago)
- Topics: jvm, rust
- Language: Rust
- Homepage: https://github.com/superbiger/jvmr/wiki
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)