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

Upgrade Emscripten targets to use upstream LLVM backend #65251

Merged
merged 6 commits into from
Oct 17, 2019

Commits on Oct 17, 2019

  1. Upgrade Emscripten targets to use upstream LLVM backend

     - Compatible with Emscripten 1.38.46-upstream or later upstream.
     - Refactors the Emscripten target spec to share code with other wasm
       targets.
     - Replaces the old incorrect wasm32 C call ABI with the correct one,
       preserving the old one as wasm32_bindgen_compat for wasm-bindgen
       compatibility.
     - Updates the varargs ABI used by Emscripten and deletes the old one.
     - Removes the obsolete wasm32-experimental-emscripten target.
     - Uses EMCC_CFLAGS on CI to avoid the timeout problems with rust-lang#63649.
    tlively committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    2bf59be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2264f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b0b6e36 View commit details
    Browse the repository at this point in the history
  4. Update test expectations

    tlively committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    36808c2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b26d9c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c0aa7cb View commit details
    Browse the repository at this point in the history