JVM.JS

https://github.com/NexusTools/JVM.JS

JVM.JS is a JavaScript based JVM I started working on a while back, it converts Java bytecode to JavaScript source, using OpenJDK for the runtime implementation. It is designed to only include classes that are actually used by the project. It was a very fun project to work on!