wasm-bindgen
wasm-bindgen copied to clipboard
No Cargo.lock file in releases
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.
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!
I also don't understand how to build the CLI with the exact same dependencies without a lockfile.
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