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

Mark Emscripten's .wasm files auxiliary #7476

Merged
merged 3 commits into from
Oct 4, 2019

Commits on Oct 3, 2019

  1. Mark Emscripten's .wasm files auxiliary

    This fixes rust-lang#7471 and fixes rust-lang#7255 by preventing the .wasm file from
    being treated as an executable binary, so `cargo test` and `cargo run`
    will no longer try to execute it directly. This change is only made
    for emscripten, which outputs a .js file as the primary executable
    entry point, as opposed to other WebAssembly targets for which the
    .wasm file is the only output.
    tlively committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    715e5d8 View commit details
    Browse the repository at this point in the history
  2. rustfmt, even if I disagree

    tlively committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    189fef1 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Configuration menu
    Copy the full SHA
    c8c6839 View commit details
    Browse the repository at this point in the history