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

Enable wasm LLVM backend #42571

Merged
merged 1 commit into from
Jun 20, 2017
Merged

Enable wasm LLVM backend #42571

merged 1 commit into from
Jun 20, 2017

Commits on Jun 16, 2017

  1. Add target to use LLVM wasm backend

    The new target is wasm32-experimental-emscripten. Adds a new
    configuration option to opt in to building experimental LLVM backends
    such as the WebAssembly backend. The target name was chosen to be
    similar to the existing wasm32-unknown-emscripten target so that the
    build and tests would work with minimal other code changes. When/if the
    new target replaces the old target, simply renaming it should just work.
    tlively committed Jun 16, 2017
    Configuration menu
    Copy the full SHA
    a1981a6 View commit details
    Browse the repository at this point in the history