wasm-http-server/.vscode/settings.json
2021-08-16 23:40:53 +02:00

7 lines
70 B
JSON

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