wiki: add dennwc/dom to the list of WASM experiments

Denys Smirnov 2018-09-28 17:39:07 +03:00
parent 07d0652e5a
commit 19ba8d9e5f

@ -127,6 +127,7 @@ Please get involved and help drive this if you're interested in the Debugger sid
* [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.
* [Go DOM](https://github.com/dennwc/dom) (**NEW**) - WASM bindings to DOM, and few other Web APIs.
# Editor configuration