awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetServeur MCPÀ proposNotre méthodologiePresse
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 dépôts

Awesome GitHub RepositoriesCompilers and Toolchains

Tools for compiling source code into WebAssembly modules.

Explore 6 awesome GitHub repositories matching part of an awesome list · Compilers and Toolchains. Refine with filters or upvote what's useful.

Awesome Compilers and Toolchains GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • assemblyscript/assemblyscriptAvatar de AssemblyScript

    AssemblyScript/assemblyscript

    17,926Voir sur GitHub↗

    AssemblyScript is a compiler and tooling suite used for WebAssembly module development. It converts a subset of TypeScript syntax into binary modules to achieve high execution speeds and cross-platform binary execution. The project focuses on translating typed source code into the compact binary format required by WebAssembly runtimes. This allows for the movement of computationally heavy logic into binary modules for browser performance optimization and execution across different operating systems. The compilation process involves TypeScript-compatible syntax analysis and the generation of

    TypeScript-like language compiler for WebAssembly.

    WebAssemblyassemblyscriptcompilertypescript
    Voir sur GitHub↗17,926
  • webassembly/binaryenAvatar de WebAssembly

    WebAssembly/binaryen

    8,354Voir sur GitHub↗

    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

    Compiler infrastructure library for optimizing and compiling WebAssembly.

    WebAssemblyc-plus-pluscompilersemscripten
    Voir sur GitHub↗8,354
  • tweag/asteriusAvatar de tweag

    tweag/asterius

    1,949Voir sur GitHub↗

    DEPRECATED in favor of ghc wasm backend, see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc

    Compiles Haskell code to WebAssembly.

    Haskellcompilerghchaskell
    Voir sur GitHub↗1,949
  • aykevl/tinygoA

    aykevl/tinygo

    0Voir sur GitHub↗

    Go compiler for small places including WebAssembly.

    Voir sur GitHub↗0
  • mirkosertic/bytecoderM

    mirkosertic/Bytecoder

    0Voir sur GitHub↗

    Compiles Java bytecode to WebAssembly.

    Voir sur GitHub↗0
  • kg/ilwasmK

    kg/ilwasm

    0Voir sur GitHub↗

    Compiles .NET Intermediate Language to WebAssembly.

    Voir sur GitHub↗0
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Compilers and Toolchains