Added link to Luis Figueiredo's examples, as they show good working code to start from
diff --git a/WebAssembly.md b/WebAssembly.md
index 842e845..b82b9e6 100644
--- a/WebAssembly.md
+++ b/WebAssembly.md
@@ -81,4 +81,8 @@
[Building a Calculator with Go and WebAssembly](https://youtu.be/4kBvvk2Bzis)
-[Get Going with WebAssembly](https://www.youtube.com/watch?v=iTrx0BbUXI4)
\ No newline at end of file
+[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
\ No newline at end of file