Skip to content
New issue

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

support go:linkname #228

Merged
merged 22 commits into from
Mar 26, 2023
Merged

support go:linkname #228

merged 22 commits into from
Mar 26, 2023

Conversation

visualfc
Copy link
Member

@visualfc visualfc commented Mar 20, 2023

fix #226 support go:linkname

//go:linkname <localname> <importpath>.<name>
//go:linkname <localname> <importpath>.<type>.<name>
//go:linkname <localname> <importpath>.<(*type)>.<name>

linkname func/var

  • source pkg
  • prebuild pkg
  • RegisterExternal

@visualfc visualfc merged commit 557bbeb into main Mar 26, 2023
@visualfc visualfc deleted the linkname branch March 26, 2023 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

support go:linkname
1 participant