Files
rust/compiler
Alex Crichton 87ad80a638 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 #125803
2024-06-01 13:04:16 -07:00
..
2024-05-30 00:20:48 +02:00
2024-05-21 17:00:45 -04:00
2024-05-30 09:51:27 +08:00