Build pic 1 probably isn't useful.

Justin Clift 2018-09-04 12:02:00 +01:00
parent af5ee22a36
commit 0a7edf45fb

@ -15,14 +15,14 @@ That's easily fixable, by changing the **GOOS** and **GOARCH** values in the pro
![GoLand Wasm Setup pic4](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Setup4.png) ![GoLand Wasm Setup pic4](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Setup4.png)
## Configuring build settings ## Configuring Run/Debug settings
With the initial project setup done, you'll probably want to configure the Build/Run settings next: With the initial project settings changed, you'll probably want to configure the Run/Debug settings next.
That will let you recompile the .wasm file by just launching `Run`Rundd (<kbd>Shift</kbd>+<kbd>F10</kbd> on Linux).
**NOTE - This section is still "Work In Progress" :wink:** **NOTE - This section is still "Work In Progress" :wink:**
![GoLand Wasm Build pic1](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build1.png)
![GoLand Wasm Build pic2](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build2.png) ![GoLand Wasm Build pic2](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build2.png)
![GoLand Wasm Build pic3](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build3.png) ![GoLand Wasm Build pic3](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build3.png)