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
While testing Go 1.23 rc1 in
there was an error:
# github.com/gotranspile/cxgo/cmd/cxgo link: github.com/gotranspile/cxgo/runtime/libc: invalid reference to runtime.findnull
Go 1.23 no longer allows //go:linkname * runtime.* link instructioins, see
//go:linkname * runtime.*
It is used several times in https://github.com/gotranspile/cxgo/blob/29871598a6a289a52f5c92cfc3da031b8aa1ce6b/runtime/libc/runtime.go
The text was updated successfully, but these errors were encountered:
Yeah, it should have happened sooner or later. Will fix it. Thank you for the early notice!
Sorry, something went wrong.
9a8147e
Please don't forget to tag a release sometime before Go 1.23 is released in August.
dennwc
No branches or pull requests
While testing Go 1.23 rc1 in
there was an error:
Go 1.23 no longer allows
//go:linkname * runtime.*
link instructioins, seeIt is used several times in
https://github.com/gotranspile/cxgo/blob/29871598a6a289a52f5c92cfc3da031b8aa1ce6b/runtime/libc/runtime.go
The text was updated successfully, but these errors were encountered: