wasm change

This commit is contained in:
2023-08-30 16:58:26 +08:00
parent b8d5c7c2f8
commit 968e3537b6
4 changed files with 74 additions and 1 deletions

View File

@@ -1,3 +1,11 @@
{
"go.toolsEnvVars": {
"GOARCH": "amd64",
"GOOS": "windows"
},
"go.testEnvVars": {
"GOARCH": "wasm",
"GOOS": "js"
},
"commentTranslate.hover.enabled": true
}