From 9bfee2a7c638fce6bbe2ec4fd785a7437c82aa73 Mon Sep 17 00:00:00 2001 From: Larry Clapp Date: Thu, 30 Aug 2018 15:33:47 -0600 Subject: [PATCH] Added a link to the source repo for the "building a calculator" video --- WebAssembly.md | 1 + 1 file changed, 1 insertion(+) diff --git a/WebAssembly.md b/WebAssembly.md index b82b9e6c..56acf216 100644 --- a/WebAssembly.md +++ b/WebAssembly.md @@ -80,6 +80,7 @@ See https://tip.golang.org/pkg/syscall/js/ # Tutorials + Articles [Building a Calculator with Go and WebAssembly](https://youtu.be/4kBvvk2Bzis) +([Source code](https://blog.owulveryck.info/2018/06/08/some-notes-about-the-upcoming-webassembly-support-in-go.html)) [Get Going with WebAssembly](https://www.youtube.com/watch?v=iTrx0BbUXI4)