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
For each generated Go package, add a Version constant which corresponds to the WIT package version, e.g.:
Version
package wasi:io/streams@0.2.0
package streams const Version = "0.2.0"
The text was updated successfully, but these errors were encountered:
wit/bindgen: add Version constant to generated Go packages
6b1a38e
Fixes #66.
Not sure if this is hugely valuable, and it does clobber the package namespace with a generic identifier Version.
Sorry, something went wrong.
ydnar
Successfully merging a pull request may close this issue.
For each generated Go package, add a
Version
constant which corresponds to the WIT package version, e.g.:The text was updated successfully, but these errors were encountered: