1 repositorio
Converters that specifically transform JVM bytecode into JavaScript or WebAssembly.
Distinct from Bytecode Converters: Distinct from general bytecode converters by targeting browser-standard execution formats specifically.
Explore 1 awesome GitHub repository matching development tools & productivity · JVM-to-Web. Refine with filters or upvote what's useful.
TeaVM is a Java bytecode transpiler and browser-based JVM runtime that converts compiled Java class files into JavaScript or WebAssembly. It functions as a compiler and build pipeline tool that enables applications written in various JVM languages to execute natively within a web browser. The project distinguishes itself by transforming bytecode directly into optimized web formats without requiring the original source code. It includes a WebAssembly bytecode compiler for high-performance execution and a specialized emulation system to handle asynchronous multithreading within the single-threa
Converts JVM bytecode into JavaScript or WebAssembly for execution in a web browser.