> docker build -t wanix:dev .
> docker run -p 7777:7777 wanix:dev
VSCODE
-
Workspace Settings:
- Since we are using
syscall/js
, we need to set theGOOS
andGOARCH
environment variables tojs
andwasm
respectively.
{ "go.toolsEnvVars": { "GOOS": "js", "GOARCH": "wasm" } }
- Since we are using