Updated WebAssembly (asciidoc)
diff --git a/WebAssembly.asciidoc b/WebAssembly.asciidoc
index 21299b9..df1d864 100644
--- a/WebAssembly.asciidoc
+++ b/WebAssembly.asciidoc
@@ -31,6 +31,8 @@
 troubleshooting, see the https://github.com/golang/go/wiki/InstallTroubleshooting[Install Troubleshooting]
 page.
 
+> If you are on Windows, we suggest to follow this tutorial using a BASH emulation system such as Git Bash. 
+
 To compile a basic Go package for the web:
 
 ```go