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

Include MIR JSON files for Rust standard libs in SAW bindists #1868

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 15, 2023

  1. Include MIR JSON files for Rust standard libs in SAW bindists

    When distributing SAW binaries, we want users to be able to turn their Rust
    code into MIR JSON with relatively minimal effort. To that end, this patch
    includes JSON files for the Rust standard libraries in SAW binary distributions
    so that users do not have to build this themselves. This mirrors how these
    files are included in `crux-mir` binary distributions.
    
    This checks off one box in #1859.
    RyanGlScott committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    4334531 View commit details
    Browse the repository at this point in the history