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

feat: Automatically install wasm32-unknown-unknown #11

Merged
merged 1 commit into from
Apr 20, 2022

Commits on Apr 20, 2022

  1. feat: Automatically install wasm32-unknown-unknown

    This commit enables automatic installation of the wasm32-unknown-unknown target for the
    `build` and `check` commands.
    
    The installation will be performed if:
    
    1. No `target` param is specified
    2. The `wasm32-unknown-unknown` target is not already installed
    3. `rustup` is available as the toolchain installer
    saulecabrera committed Apr 20, 2022
    Configuration menu
    Copy the full SHA
    82a0aac View commit details
    Browse the repository at this point in the history