File tree Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Expand file tree Collapse file tree 2 files changed +10
-11
lines changed Original file line number Diff line number Diff line change @@ -800,8 +800,6 @@ const TestManifestConfigDefaults = struct {
800
800
}
801
801
// Windows
802
802
defaults = defaults ++ "x86_64-windows" ++ "," ;
803
- // Wasm
804
- defaults = defaults ++ "wasm32-wasi" ;
805
803
break :blk defaults ;
806
804
};
807
805
} else if (std .mem .eql (u8 , key , "output_mode" )) {
Original file line number Diff line number Diff line change @@ -1335,15 +1335,16 @@ const test_targets = blk: {
1335
1335
1336
1336
// WASI Targets
1337
1337
1338
- .{
1339
- .target = .{
1340
- .cpu_arch = .wasm32 ,
1341
- .os_tag = .wasi ,
1342
- .abi = .none ,
1343
- },
1344
- .use_llvm = false ,
1345
- .use_lld = false ,
1346
- },
1338
+ // TODO: lowerTry for pointers
1339
+ //.{
1340
+ // .target = .{
1341
+ // .cpu_arch = .wasm32,
1342
+ // .os_tag = .wasi,
1343
+ // .abi = .none,
1344
+ // },
1345
+ // .use_llvm = false,
1346
+ // .use_lld = false,
1347
+ //},
1347
1348
.{
1348
1349
.target = .{
1349
1350
.cpu_arch = .wasm32 ,
You can’t perform that action at this time.
0 commit comments