2 Repos
Converters that translate WebAssembly binary modules into executable JavaScript code.
Distinct from Source-to-JavaScript Transpilers: Distinct from source-to-JS transpilers: converts binary bytecode to JS rather than high-level source code to JS.
Explore 2 awesome GitHub repositories matching programming languages & runtimes · WebAssembly. Refine with filters or upvote what's useful.
Binaryen is a WebAssembly compiler toolchain and optimizer designed to transform, validate, and shrink binary modules. It provides a comprehensive intermediate representation framework that converts binary code into a single-assignment form to enable advanced program analysis and code transformation. The project includes a specialized transformation engine that applies iterative optimization passes to increase execution speed and reduce binary size. Additionally, it functions as a transpiler that translates WebAssembly binary modules into executable JavaScript for environments that lack nativ
Translates WebAssembly binary modules into executable JavaScript for environments lacking native runtime support.
This is a collection of official extensions for the Rollup bundling process. These plugins serve as module transformers, resolution managers, and bundle optimizers designed to modify how JavaScript modules are processed, resolved, and optimized. The suite provides specialized capabilities for modern web transpilation, converting TypeScript, JSX, Flow, and GraphQL into compatible JavaScript. It distinguishes itself through extensive non-JavaScript asset integration, allowing the import of JSON, YAML, CSV, and image files as JavaScript modules or data URIs, and providing support for bundling We
Imports and bundles binary WebAssembly modules into the final JavaScript output.