First, get all files from this gist in a local folder.
Then, copy required html and js files from your go installation:
cp $(go env GOROOT)/misc/wasm/wasm_exec.{html,js} .
Then, run your project:
make
That's it, you are a go-wasm specialist now 😎