Create initial page showing the setup pieces needed for GoLand
diff --git a/Configuring-GoLand-for-WebAssembly.md b/Configuring-GoLand-for-WebAssembly.md
new file mode 100644
index 0000000..b011cfd
--- /dev/null
+++ b/Configuring-GoLand-for-WebAssembly.md
@@ -0,0 +1,13 @@
+## Configuring GoLand for WebAssembly (Wasm) projects
+
+When you first open or start a WebAssembly project in GoLand, it won't understand the "*syscall/js*" package.
+
+That's easily fixable, by changing the **GOOS** and **GOARCH** values in the project settings, as per the screenshots below.
+
+
+
+
+
+
+
+
\ No newline at end of file