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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
A

aykevl/tinygo

0
View on GitHub↗
0 estrellas·0 forks·5 vistas

Tinygo

Features

  • Compilers and Toolchains - Go compiler for small places including WebAssembly.
  • Language Compilers - Go subset optimized for embedded devices and WebAssembly.

Historial de estrellas

Gráfico del historial de estrellas de aykevl/tinygoGráfico del historial de estrellas de aykevl/tinygo

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Tinygo

Proyectos open-source similares, clasificados según cuántas características comparten con Tinygo.
  • mirkosertic/bytecoderM

    mirkosertic/Bytecoder

    0Ver en GitHub↗
    Ver en GitHub↗0
  • tweag/asteriusAvatar de tweag

    tweag/asterius

    1,949Ver en GitHub↗

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

    Haskellcompilerghchaskell
    Ver en GitHub↗1,949
  • assemblyscript/assemblyscriptAvatar de AssemblyScript

    AssemblyScript/assemblyscript

    17,926Ver en 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

    WebAssemblyassemblyscriptcompilertypescript
    Ver en GitHub↗17,926
  • andygeiss/esp32-transpilerAvatar de andygeiss

    andygeiss/esp32-transpiler

    99Ver en GitHub↗

    Transpile Golang into Arduino code to use fully automated testing at your IoT projects.

    Go
    Ver en GitHub↗99
Ver las 30 alternativas a Tinygo→

Preguntas frecuentes

¿Cuáles son las características principales de aykevl/tinygo?

Las características principales de aykevl/tinygo son: Compilers and Toolchains, Language Compilers.

¿Qué alternativas de código abierto existen para aykevl/tinygo?

Las alternativas de código abierto para aykevl/tinygo incluyen: tweag/asterius — DEPRECATED in favor of ghc wasm backend, see https://www.tweag.io/blog/2022-11-22-wasm-backend-merged-in-ghc. assemblyscript/assemblyscript — AssemblyScript is a compiler and tooling suite used for WebAssembly module development. It converts a subset of… mirkosertic/bytecoder. andygeiss/esp32-transpiler — Transpile Golang into Arduino code to use fully automated testing at your IoT projects. astrolang/astro. arnetheduck/nlvm.