1. 07 4月, 2020 1 次提交
  2. 02 2月, 2020 1 次提交
  3. 26 10月, 2019 1 次提交
    • T
      Re-enable Emscripten's exception handling support · 62c3443e
      Thomas Lively 提交于
      Passes LLVM codegen and Emscripten link-time flags for exception
      handling if and only if the panic strategy is `unwind`. Sets the
      default panic strategy for Emscripten targets to `unwind`. Re-enables
      tests that depend on unwinding support for Emscripten, including
      `should_panic` tests.
      62c3443e
  4. 17 10月, 2019 1 次提交
    • T
      Upgrade Emscripten targets to use upstream LLVM backend · 2bf59bea
      Thomas Lively 提交于
       - 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 #63649.
      2bf59bea
  5. 10 10月, 2019 1 次提交
  6. 06 10月, 2019 1 次提交
  7. 05 10月, 2019 1 次提交
  8. 04 10月, 2019 1 次提交
  9. 12 7月, 2019 1 次提交