-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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 cargo-binstall
support to wasm-bindgen
#3544
Conversation
This would enable `cargo-binstall` to install the pre-built binaries from release artifacts. How to test this: ``` cargo binstall --manifest-path crates/cli wasm-bindgen-cli ```
Is this still requires as of cargo-bins/cargo-binstall#1245? |
Yes, since the artifact name used in release is And the subcrate extracts from the url is |
I'm not familiar with |
I've tested locally before pushing this
Sure! |
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
@daxpedda I've updated changelog and also README on how to install |
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
Co-authored-by: daxpedda <daxpedda@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
This would enable
cargo-binstall
to install the pre-built binaries from release artifacts.How to test this: