File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -800,6 +800,8 @@ const TestManifestConfigDefaults = struct {
800
800
}
801
801
// Windows
802
802
defaults = defaults ++ "x86_64-windows" ++ "," ;
803
+ // Wasm
804
+ defaults = defaults ++ "wasm32-wasi" ;
803
805
break :blk defaults ;
804
806
};
805
807
} else if (std .mem .eql (u8 , key , "output_mode" )) {
Original file line number Diff line number Diff line change @@ -1369,16 +1369,15 @@ const test_targets = blk: {
1369
1369
1370
1370
// WASI Targets
1371
1371
1372
- // TODO: lowerTry for pointers
1373
- //.{
1374
- // .target = .{
1375
- // .cpu_arch = .wasm32,
1376
- // .os_tag = .wasi,
1377
- // .abi = .none,
1378
- // },
1379
- // .use_llvm = false,
1380
- // .use_lld = false,
1381
- //},
1372
+ .{
1373
+ .target = .{
1374
+ .cpu_arch = .wasm32 ,
1375
+ .os_tag = .wasi ,
1376
+ .abi = .none ,
1377
+ },
1378
+ .use_llvm = false ,
1379
+ .use_lld = false ,
1380
+ },
1382
1381
.{
1383
1382
.target = .{
1384
1383
.cpu_arch = .wasm32 ,
You can’t perform that action at this time.
0 commit comments