From 05f60ee11d542c550ccbdd749b2d9d018a0498a9 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Fri, 21 Sep 2018 23:31:40 +0100 Subject: [PATCH] Added gomeboycolor-wasm to the reference examples --- WebAssembly.md | 1 + 1 file changed, 1 insertion(+) 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