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

Explicitely disable WASM code generation for Emscripten #51875

Merged
merged 1 commit into from
Jun 29, 2018

Commits on Jun 28, 2018

  1. Explicitely disable WASM code generation for Emscripten

    Emscripten changed the default behavior recently:
    https://github.com/kripken/emscripten/blob/bd050e64bb0d9952df1344b8ea9356252328ad83/ChangeLog.markdown#v1381-05172018
    
    It now defaults to WebAssembly and requires an explicit flag to generate asm.js.
    WASM=0 is also valid for older emcc and thus doesn't break it.
    
    Closes rust-lang#51856
    badboy committed Jun 28, 2018
    Configuration menu
    Copy the full SHA
    8983ff5 View commit details
    Browse the repository at this point in the history