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

Add target_env = "p1" to the wasm32-wasip1 target #125869

Merged
merged 3 commits into from
Jun 12, 2024

Commits on Jun 1, 2024

  1. Add target_env = "p1" to the wasm32-wasip1 target

    This commit sets the `target_env` key for the
    `wasm32-wasi{,p1,p1-threads}` targets to the string `"p1"`. This mirrors
    how the `wasm32-wasip2` target has `target_env = "p2"`. The intention of
    this is to more easily detect each target in downstream crates to enable
    adding custom code per-target.
    
    cc rust-lang#125803
    alexcrichton committed Jun 1, 2024
    Configuration menu
    Copy the full SHA
    87ad80a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ecb034 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2024

  1. Configuration menu
    Copy the full SHA
    d313e7e View commit details
    Browse the repository at this point in the history