Added initial screenshots for the Build/Run configuration
diff --git a/Configuring-GoLand-for-WebAssembly.md b/Configuring-GoLand-for-WebAssembly.md
index b011cfd..cd14ee7 100644
--- a/Configuring-GoLand-for-WebAssembly.md
+++ b/Configuring-GoLand-for-WebAssembly.md
@@ -1,13 +1,46 @@
-## Configuring GoLand for WebAssembly (Wasm) projects
+# Configuring GoLand for WebAssembly (Wasm) projects
+
+## Initial project configuration
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
+
+
+
+## Configuring build settings
+
+With the initial project setup done, you'll probably want to configure the Build/Run settings next:
+
+**NOTE - This section is still "Work In Progress" :wink:**
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+