* [[Is it possible to make a ROM converter?|https://retrocomputing.stackexchange.com/questions/8121/is-it-possible-to-make-a-rom-converter]] --- Spoiler: yes, but not often and not without high costs
** [[jamulator: Statically Recompiling NES Games into Native Executables with LLVM and Go|https://andrewkelley.me/post/jamulator.html]]
* [[Emulation General Wiki|https://emulation.gametechwiki.com]]
!!! ''Game Console Emulators''
* https://github.com/EmulatorJS
* https://github.com/js-emulators/desmond
* https://github.com/44670/44vba
* https://github.com/skylersaleh/SkyEmu
!!! ''General PC Emulators''
* [[Virtual x86 (v86) by copy|https://copy.sh/v86/]] - //x86 virtualization in your browser, recompiling x86 to wasm on the fly// - <<[ "[[Git|https://github.com/copy/v86]]">>
* [[TinyEMU|https://bellard.org/tinyemu/]] - //system emulator for the RISC-V and x86 architectures//
** [[JSLinux|https://bellard.org/jslinux/]] - //Run Linux or ''other Operating'' Systems in your browser!//
** <<GPlayLink net.sourceforge.bochs "Android port">> by lubomyr<<fnote "The same developer also has other various emulators">> - Sources: [[Core|https://github.com/lubomyr/bochs]], [[GUI|https://github.com/lubomyr/BochsLauncher]]
* [[PCem|https://pcem-emulator.co.uk/]] - IBM PC emulator with focus on emulation of infinite hardware components - <<[ "[[Git|https://github.com/sarah-walker-pcem/pcem]]">>