wasm-http-server/.vscode/settings.json

7 lines
70 B
JSON
Raw Normal View History

{
"go.toolsEnvVars": {
"GOOS": "js",
"GOARCH": "wasm"
}
}