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

std: Upgrade compiler_builtins to fix wasi linkage #59643

Merged
merged 1 commit into from
Apr 5, 2019

Commits on Apr 4, 2019

  1. std: Upgrade compiler_builtins to fix wasi linkage

    Turns out we needed to exclude a number of math functions on the
    `wasm32-unknown-wasi` target, and this was fixed in 0.1.9 of
    compiler-builtins and this is pulling in the fix to libstd's own build.
    alexcrichton committed Apr 4, 2019
    Configuration menu
    Copy the full SHA
    1bf04c9 View commit details
    Browse the repository at this point in the history