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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
fcambus avatar

fcambus/jsemu

0
View on GitHub↗
1,849 stars·174 forks·5 viewswww.cambus.net/emulators-written-in-javascript↗

Jsemu

A list of emulators written in the JavaScript programming language.

Features

  • Virtual Machines - Provides a collection of hardware emulators written in script.

Star history

Star history chart for fcambus/jsemuStar history chart for fcambus/jsemu

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 Jsemu

Similar open-source projects, ranked by how many features they share with Jsemu.
  • includeos/includeosincludeos avatar

    includeos/IncludeOS

    5,239View on GitHub↗

    IncludeOS is a unikernel operating system that bundles application code with only the necessary kernel drivers into a single bootable image. It functions as a resource-efficient cloud service virtual machine and a lightweight serverless runtime environment designed to minimize memory footprints and boot times. The project provides a Linux compatibility layer via a C library, allowing applications written for Linux to be compiled and executed within the unikernel environment. It also serves as a network appliance framework for building high-performance firewalls and load balancers using config

    C++cppoperating-systemunikernel
    View on GitHub↗5,239
  • facebook/hhvmfacebook avatar

    facebook/hhvm

    18,635View on GitHub↗

    HHVM is a high-performance execution engine and runtime environment designed for the Hack language. It functions as a persistent web application server that processes incoming network traffic, while also providing command-line utilities for executing standalone scripts and performing automated tasks. The project distinguishes itself through a sophisticated execution model that utilizes just-in-time compilation to translate bytecode into optimized machine code. This process is supported by a static type analysis engine that enforces strict data constraints and identifies type inconsistencies b

    C++hackhacklanghhvm
    View on GitHub↗18,635
  • google/j2objcgoogle avatar

    google/j2objc

    6,041View on GitHub↗

    j2objc is a source-to-source compiler and transpiler that converts Java source code into Objective-C. It functions as a cross-platform logic porter, allowing application logic and data models written in Java to be shared and executed on iOS. To support this translation, the project provides an Objective-C implementation of core Java classes and APIs to emulate the Java runtime environment. The system includes specialized translation for Java libraries and provides mapping for dependency injection and static analysis annotations to preserve metadata. It also enables the conversion of JUnit tes

    Java
    View on GitHub↗6,041
  • eclipse/openj9eclipse avatar

    eclipse/openj9

    3,524View on GitHub↗

    Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high throughput. Builds on Eclipse OMR (https://github.com/eclipse/omr) and combines with the Extensions for OpenJDK for OpenJ9 repo.

    Java
    View on GitHub↗3,524
See all 13 alternatives to Jsemu→

Frequently asked questions

What does fcambus/jsemu do?

A list of emulators written in the JavaScript programming language.

What are the main features of fcambus/jsemu?

The main features of fcambus/jsemu are: Virtual Machines.

What are some open-source alternatives to fcambus/jsemu?

Open-source alternatives to fcambus/jsemu include: includeos/includeos — IncludeOS is a unikernel operating system that bundles application code with only the necessary kernel drivers into a… facebook/hhvm — HHVM is a high-performance execution engine and runtime environment designed for the Hack language. It functions as a… google/j2objc — j2objc is a source-to-source compiler and transpiler that converts Java source code into Objective-C. It functions as… eclipse/openj9 — Eclipse OpenJ9: A Java Virtual Machine for OpenJDK that's optimized for small footprint, fast start-up, and high… jakogut/tinyvm — TinyVM is a small, fast, lightweight virtual machine written in pure ANSI C. codenameone/codenameone — Cross-platform framework for building truly native mobile apps with Java or Kotlin. Write Once Run Anywhere support…