1 个仓库
Transpilers that convert compiled bytecode rather than high-level source code into JavaScript.
Distinct from Source-to-JavaScript Transpilers: Distinct from source-to-javascript transpilers by taking JVM bytecode as input instead of source files.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Bytecode-to-JavaScript. 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 class files into JavaScript source code by mapping bytecode instructions to equivalent high-level operations.