How to configure syscall/js for Go and WASM with Helix #5554
Unanswered
martindufresne
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I recently discovered Helix and I really like it. I use it mainly for Go and it works well. But when it comes time to do WASM, I always get an error.
I had found the configuration for NeoVim and for VSCode, I modified my configuration and added this:
"go.toolsEnvVars": {
"GOOS": "js",
"GOARCH": "wasm"
}
Now I would like to know if it is possible to add these configuration variables for Go in Helix. And if so, how?
Thank you in advance for your help.
Beta Was this translation helpful? Give feedback.
All reactions