Skip to content
Aaron Turner edited this page Sep 21, 2018 · 3 revisions

Welcome to the wasmBoy wiki!

WasmBoy Logo

Please see the sidebar for the Documentation on the project.

Project is still < 1.0.0. Most games are playable, but the emulator is still not very accurate. Expect bugs.

Lib

The lib represents the npm installable JS library. You want to refer here for building something like an React app using WasmBoy. For example, see VaporBoy.

Core

The core represents the wasm module, and the core emulation of the gameboy. You want to refer here for building your own lib, or project that uses the wasm module directly to emulate gameboy games. For example, see wasmboy-rs.

Clone this wiki locally