Revert "disable -fno-llvm -target wasm32-wasi testing"

This reverts commit 83960e0eb0.
This commit is contained in:
Pavel Verigo 2025-07-23 20:53:08 +02:00
parent fcd9f521d2
commit 4328f71d9f
2 changed files with 11 additions and 10 deletions

View file

@ -800,6 +800,8 @@ const TestManifestConfigDefaults = struct {
}
// Windows
defaults = defaults ++ "x86_64-windows" ++ ",";
// Wasm
defaults = defaults ++ "wasm32-wasi";
break :blk defaults;
};
} else if (std.mem.eql(u8, key, "output_mode")) {

View file

@ -1369,16 +1369,15 @@ const test_targets = blk: {
// WASI Targets
// TODO: lowerTry for pointers
//.{
// .target = .{
// .cpu_arch = .wasm32,
// .os_tag = .wasi,
// .abi = .none,
// },
// .use_llvm = false,
// .use_lld = false,
//},
.{
.target = .{
.cpu_arch = .wasm32,
.os_tag = .wasi,
.abi = .none,
},
.use_llvm = false,
.use_lld = false,
},
.{
.target = .{
.cpu_arch = .wasm32,