All Projects â†’ brendan-myers â†’ webassembly-game-boy

brendan-myers / webassembly-game-boy

Licence: MIT license
🎮 WebAssembly Game Boy Emulator

Programming Languages

WebAssembly
147 projects
javascript
184084 projects - #8 most used programming language

WebAssembly Game Boy Emulator

A Game Boy emulator written in WebAssembly text format.

This is still under development! For the moment, this doesn't do much at all.

Setup

To build, you will need the WebAssembly Binary Toolkit. To run, the browser must load the binary (.wasm) from a server. There is a basic Express server under /server

Build

To build the .wasm

cd webassembly-game-boy
/path/to/wabt/bin/./wast2wasm src/gb_cpu.wast -o dist/gb_cpu.wasm

To build the webserver

cd webassembly-game-boy/server
npm install

Run

Start the webserver

cd webassembly-game-boy/server
node .

Open http://localhost:3000

TODO

Everything.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].