Added link to Luis Figueiredo's examples, as they show good working code to start from

Justin Clift 2018-08-30 17:47:30 +01:00
parent a220955f69
commit 028c201cdf

@ -82,3 +82,7 @@ See https://tip.golang.org/pkg/syscall/js/
[Building a Calculator with Go and WebAssembly](https://youtu.be/4kBvvk2Bzis)
[Get Going with WebAssembly](https://www.youtube.com/watch?v=iTrx0BbUXI4)
# Further reference examples
[GoWASM Experiments](https://github.com/stdiopt/gowasm-experiments) - Demonstrates working code for several common call types