Helper repository with the external WebAssembly dependencies for GB Studio.
Format and build scripts pretty much based on rgbds-live.
Binjgb: Embedded emulator in GB Studio and also used in web exports and, in the background, to play previews of music and sound effects. Currently using a fork that exposes a couple of extra methods used in GB Studio's music editor.
RGBDS: Used to compile the songs and sound effects into a rom used for preview. Currently using version 0.6.1 patched with the contents of rgbds.patch
on build.
./build-binjgb.sh
./build-rgbds.sh
Use the files from build/wasm
to replace the ones GB Studio's appData/wasm/binjgb
and appData/wasm/rgbds
folders.