Added links back to the main WebAssembly page

Justin Clift 2018-09-04 15:43:15 +01:00
parent e5dde773ba
commit 9f2f198db0

@ -1,3 +1,5 @@
### [← Back](https://github.com/golang/go/wiki/WebAssembly) to the main WebAssembly page.
# Configuring GoLand for WebAssembly (Wasm) projects # Configuring GoLand for WebAssembly (Wasm) projects
## Initial project configuration ## Initial project configuration
@ -43,4 +45,6 @@ That will let you recompile the .wasm file by just launching `Run` (<kbd>Shift</
![GoLand Wasm Build pic12](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build12.png) ![GoLand Wasm Build pic12](https://github.com/justinclift/wasmWikiPics/raw/master/png/Golang-Wasm-Build12.png)
Finished, your GoLand setup should now be complete. Finished, your GoLand setup should now be complete.
### [← Back](https://github.com/golang/go/wiki/WebAssembly) to the main WebAssembly page.