You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should find a way to extract the commit hash from version control to populate the wasm_metadata::Revision custom section. This would address the following todo, introduced in #372 (review):
We should find a way to extract the commit hash from version control to populate the
wasm_metadata::Revisioncustom section. This would address the following todo, introduced in #372 (review):cargo-component/src/lib.rs
Lines 1058 to 1059 in bed7cf9