atrosinenko / qemujs

Qemu.js source code with proof-of-concept machine-code-to-WASM JIT.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a port of QEMU machine emulator to JavaScript using Emscripten.

The port targets single-threaded WebAssembly and contains a proof-of-concept WebAssembly JIT. For now, only 32-bit guest are supported.

This time, it is branched from the upstream master branch and now this repo does not require separate qemujs-build. This rewrite is still even more work-in-progress than the original one and still does not support block devices.

Links

Here is my article (in Russian) about Qemu.js.

Some similar pre-existing projects:

  • JSLinux -- machine emulator written by Fabrice Bellard, the original author of QEMU
  • Virtual x86 -- another JavaScript machine emulator
  • another attempt (now frozen?) to port QEMU to JavaScript
  • Unicorn.js -- JavaScript port of a QEMU fork

About

Qemu.js source code with proof-of-concept machine-code-to-WASM JIT.

License:Other


Languages

Language:C 91.2%Language:Python 2.8%Language:C++ 2.7%Language:Shell 1.3%Language:Haxe 0.5%Language:Assembly 0.4%Language:Perl 0.3%Language:Makefile 0.3%Language:Objective-C 0.2%Language:HTML 0.2%Language:NSIS 0.0%Language:JavaScript 0.0%Language:GLSL 0.0%Language:GDB 0.0%Language:Emacs Lisp 0.0%