You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please fill in the entire issue template you see when creating a new issue. What exactly are you trying to do? And what exactly is your build environment? (Output from the command go env)
Setting GOOS and/or GOARCH means you are cross compiling. golang.org/x/sys/unix as the name suggest, is a unix package and thus is only for Linux/OSX and other unix based operating systems. Your issue title suggest you are on windows, in which case you cannot use this package.
What exactly did you do? Did you specify
GOOS=js
andGOARCH=wasm
?Originally posted by @neelance in #26598 (comment)
I saw this answer in an old issue but did not understand why this needs to be done
The text was updated successfully, but these errors were encountered: