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

Add extended version information to wasmtime --version #7610

Conversation

alexcrichton
Copy link
Member

This commit adds some more information to wasmtime --version which includes the git commit plus the git commit's date. This matches rustc -V for example which was additionally copied to wasm-tools and mirrored as wasm-tools -V.

Personally I've found this useful since it can help point to exact commits and additionally quickly get a sense of how old a version is based on its commit date presented.

This commit adds some more information to `wasmtime --version` which
includes the git commit plus the git commit's date. This matches `rustc
-V` for example which was additionally copied to `wasm-tools` and
mirrored as `wasm-tools -V`.

Personally I've found this useful since it can help point to exact
commits and additionally quickly get a sense of how old a version is
based on its commit date presented.
@alexcrichton alexcrichton requested review from a team as code owners November 29, 2023 21:52
@alexcrichton alexcrichton requested review from pchickey and removed request for a team November 29, 2023 21:52
@alexcrichton alexcrichton added this pull request to the merge queue Nov 29, 2023
Merged via the queue into bytecodealliance:main with commit f050dd4 Nov 29, 2023
19 checks passed
@alexcrichton alexcrichton deleted the more-wasmtime-version-information branch November 29, 2023 23:01
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.

2 participants