https://github.com/serial-ata/jvm
A JVM written in Rust
https://github.com/serial-ata/jvm
bytecode bytecode-interpreter java jvm rust vm
Last synced: 29 days ago
JSON representation
A JVM written in Rust
- Host: GitHub
- URL: https://github.com/serial-ata/jvm
- Owner: Serial-ATA
- License: apache-2.0
- Created: 2022-10-22T13:56:23.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-03-23T20:20:21.000Z (about 1 month ago)
- Last Synced: 2025-03-25T18:54:46.386Z (about 1 month ago)
- Topics: bytecode, bytecode-interpreter, java, jvm, rust, vm
- Language: Rust
- Homepage:
- Size: 11.6 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Serial's JVM
[](https://github.com/Serial-ATA/jvm/actions/workflows/ci.yml)
An implementation
of [The Java Virtual Machine, Java SE 23 Edition](https://docs.oracle.com/javase/specs/jvms/se23/html/index.html).For instructions on how to run the JVM, see [tools/sj/README.md](tools/sj/README.md).
## License
Licensed under either of
* Apache License, Version 2.0
([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license
([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
## Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be
dual licensed as above, without any additional terms or conditions.