We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Go 1.21 just dropped :) And with that, WASIp1 support :D
However this package fails to compile:
$ GOOS=wasip1 GOARCH=wasm go build # github.com/spf13/afero ../../../../go/pkg/mod/github.com/spf13/[email protected]/const_win_unix.go:22:23: undefined: syscall.EBADFD
The text was updated successfully, but these errors were encountered:
Seeing this error when compiling with viper and few other libraries
$ GOOS=wasip1 GOARCH=wasm go build -o ./bin/foo.wasm # github.com/spf13/afero /Users/user/go/pkg/mod/github.com/spf13/[email protected]/const_win_unix.go:22:23: undefined: syscall.EBADFD make: *** [build] Error 1 $ go mod why github.com/spf13/afero # github.com/spf13/afero github.com/user/foo/cmd github.com/spf13/viper github.com/spf13/afero
Sorry, something went wrong.
@spf13 any update on this? seems like #400 would fix?
Successfully merging a pull request may close this issue.
Go 1.21 just dropped :) And with that, WASIp1 support :D
However this package fails to compile:
The text was updated successfully, but these errors were encountered: