From 8b8da3369b7f68c3079e3e6e76e363a56fcc19e0 Mon Sep 17 00:00:00 2001 From: Justin Clift Date: Fri, 31 Aug 2018 14:37:02 +0100 Subject: [PATCH] Added source code link to the wasmGraph1 example --- WebAssembly.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/WebAssembly.md b/WebAssembly.md index 3715f748..7d047fa0 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -86,4 +86,5 @@ See https://tip.golang.org/pkg/syscall/js/ # Further reference examples * [GoWasm Experiments](https://github.com/stdiopt/gowasm-experiments) - Demonstrates working code for several common call types -* [Drawing simple 3D objects on 2D canvas](https://justinclift.github.io/wasmGraph1/) - Displays wireframe solids on the 2d canvas, using basic matrix maths. Use wasd/keypad keys to rotate. \ No newline at end of file +* [Drawing simple 3D objects on 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. \ No newline at end of file