Skip to content

A C++ library built around the Java Virtual Machine 17 Specification

Notifications You must be signed in to change notification settings

drunderscore/Peril

Repository files navigation

Peril

A C++ library built around the Java Virtual Machine 17 Specification

Goals

  • A Virtual Machine that can execute Java 17 bytecode
  • Tools and visualization aids (disassembler, decompiler, etc)

Non-Goals

  • Compiler

Build

Use cmake (and preferably ninja).

mkdir Build
cd Build
cmake -G Ninja ..
ninja

About

A C++ library built around the Java Virtual Machine 17 Specification

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published