diff --git a/WebAssembly.md b/WebAssembly.md index bfe2d00f..8e423474 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -126,6 +126,7 @@ Please get involved and help drive this if you're interested in the Debugger sid * [arty](https://stdiopt.github.io/gowasm-experiments/arty/client) (**NEW**) * [Drawing simple 3D objects on the 2D canvas](https://justinclift.github.io/wasmGraph1/) ([source code](https://github.com/justinclift/wasmGraph1/)) * Displays wireframe solids on the 2d canvas, using basic matrix maths. Use wasd/keypad keys to rotate. +* [Gomeboycolor-wasm](https://github.com/djhworld/gomeboycolor-wasm) - WASM port of an experimental Gameboy Color emulator. The [matching blog post](https://djhworld.github.io/post/2018/09/21/i-ported-my-gameboy-color-emulator-to-webassembly/) contains some interesting technical insights. # Editor configuration