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

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
M

mirkosertic/Bytecoder

0
View on GitHub↗
0 stars·0 forks·9 views

Bytecoder

Features

  • Compilers and Toolchains - Compiles Java bytecode to WebAssembly.
  • Language Compilers - Transpiles Java bytecode to WebAssembly and other languages.

Star history

Star history chart for mirkosertic/bytecoderStar history chart for mirkosertic/bytecoder

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Bytecoder

Similar open-source projects, ranked by how many features they share with Bytecoder.
  • aykevl/tinygoA

    aykevl/tinygo

    0View on GitHub↗
    View on GitHub↗0
  • tweag/asteriustweag avatar

    tweag/asterius

    1,949View on GitHub↗

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

    Haskellcompilerghchaskell
    View on GitHub↗1,949
  • assemblyscript/assemblyscriptAssemblyScript avatar

    AssemblyScript/assemblyscript

    17,926View on 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
    View on GitHub↗17,926
  • andygeiss/esp32-transpilerandygeiss avatar

    andygeiss/esp32-transpiler

    99View on GitHub↗

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

    Go
    View on GitHub↗99
See all 30 alternatives to Bytecoder→

Frequently asked questions

What are the main features of mirkosertic/bytecoder?

The main features of mirkosertic/bytecoder are: Compilers and Toolchains, Language Compilers.

What are some open-source alternatives to mirkosertic/bytecoder?

Open-source alternatives to mirkosertic/bytecoder include: 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… aykevl/tinygo. andygeiss/esp32-transpiler — Transpile Golang into Arduino code to use fully automated testing at your IoT projects. astrolang/astro. arnetheduck/nlvm.