File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1594,8 +1594,8 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
1594
1594
full_arch : "mipsel" ,
1595
1595
arch : "mips" ,
1596
1596
vendor : "sony" ,
1597
- os : "none " ,
1598
- env : "psx " ,
1597
+ os : "psx " ,
1598
+ env : "" ,
1599
1599
abi : "" ,
1600
1600
unversioned_llvm_target : "mipsel-sony-psx" ,
1601
1601
} ,
@@ -2723,7 +2723,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
2723
2723
arch : "wasm32" ,
2724
2724
vendor : "unknown" ,
2725
2725
os : "wasi" ,
2726
- env : "p1 " ,
2726
+ env : "" ,
2727
2727
abi : "" ,
2728
2728
unversioned_llvm_target : "wasm32-wasi" ,
2729
2729
} ,
@@ -2737,7 +2737,7 @@ pub(crate) const LIST: &[(&str, TargetInfo<'static>)] = &[
2737
2737
os : "wasi" ,
2738
2738
env : "p1" ,
2739
2739
abi : "" ,
2740
- unversioned_llvm_target : "wasm32-wasi " ,
2740
+ unversioned_llvm_target : "wasm32-wasip1 " ,
2741
2741
} ,
2742
2742
) ,
2743
2743
(
You can’t perform that action at this time.
0 commit comments