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

Passes extra_options to cargo build --tests when running wasm-pack test. #851

Merged

Commits on Jun 28, 2021

  1. Configuration menu
    Copy the full SHA
    2345204 View commit details
    Browse the repository at this point in the history
  2. Updates CHANGELOG.md.

    azriel91 committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    44e826e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1cd431 View commit details
    Browse the repository at this point in the history
  4. Update structopt to 0.3.

    azriel91 committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    3768551 View commit details
    Browse the repository at this point in the history
  5. Use --manifest-path for Cargo.toml, and modify AppSettings.

    This allows the extra arguments to be forwarded through to `cargo`
    without requiring `--` beforehand.
    azriel91 committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b75773a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f4f6588 View commit details
    Browse the repository at this point in the history
  7. Parse path and extra options together, then split them after.

    This allows `wasm-pack` to have the same command line interface as
    `cargo` to pass through options such as `--no-default-features`.
    azriel91 committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    7a7abf9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1f13f25 View commit details
    Browse the repository at this point in the history