1 repositorio
The specific process of transpiling Java bytecode into web-compatible formats.
Distinct from Source-to-JavaScript Transpilers: Distinct from source-to-javascript transpilers by processing compiled .class files instead of .java source.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Java Bytecode Transpilation. 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 compiled Java class files into JavaScript or WebAssembly for browser execution without requiring original source code.