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

Welcome to the wasmBoy wiki!

WasmBoy Logo

Please see the sidebar for the Documentation on the project.

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