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

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

Awesome Lists containing this project

README

        

# Serial's JVM

[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/Serial-ATA/jvm/ci.yml?branch=master&style=for-the-badge&logo=github)](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.