wasm-bindgen icon indicating copy to clipboard operation
wasm-bindgen copied to clipboard

No Cargo.lock file in releases

Open qknight opened this issue 7 months ago • 1 comments

Summary

I wonder why wasm-bindgen has no Cargo.lock file added to the releases while https://github.com/rustwasm/wasm-pack/tree/v0.12.0 does that.

qknight avatar Apr 07 '25 10:04 qknight

I also had the same question a while ago about this: https://github.com/rust-random/rand/pull/1609

In that discussion, this link was super helpful in understanding: https://stackoverflow.com/questions/62861623/should-cargo-lock-be-committed-when-the-crate-is-both-a-rust-library-and-an-exec. Hope this helps!

dsgallups avatar Apr 13 '25 17:04 dsgallups

I also don't understand how to build the CLI with the exact same dependencies without a lockfile.

tomasol avatar Aug 09 '25 16:08 tomasol

there was a previous issue about this a few years ago (#1819) but i'm sure the maintainers of all linux distros that package this tool would still appreciate a lockfile being added to this repo

mini-bomba avatar Nov 11 '25 12:11 mini-bomba