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 cargo-binstall support to wasm-bindgen #3544

Merged
merged 4 commits into from
Aug 5, 2023
Merged

Add cargo-binstall support to wasm-bindgen #3544

merged 4 commits into from
Aug 5, 2023

Commits on Aug 3, 2023

  1. Add cargo-binstall support to wasm-bindgen

    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
    ```
    NobodyXu committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    da67054 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Update changelog

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    8389769 View commit details
    Browse the repository at this point in the history
  2. Update README

    Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
    NobodyXu committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    6c9b557 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: daxpedda <daxpedda@gmail.com>
    NobodyXu and daxpedda committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    4a5fa92 View commit details
    Browse the repository at this point in the history