stage2_wasm: revival, enabling tests

This commit is contained in:
Pavel Verigo
2025-12-05 22:51:05 +01:00
committed by Alex Rønne Petersen
parent cc099afca5
commit bf58a3bc08
9 changed files with 23 additions and 18 deletions
+10 -12
View File
@@ -1381,18 +1381,16 @@ const test_targets = blk: {
// WASI Targets
// Disabled due to no active maintainer (feel free to fix the failures
// and then re-enable at any time). The failures occur due to backend
// miscompilation of different AIR from the frontend.
//.{
// .target = .{
// .cpu_arch = .wasm32,
// .os_tag = .wasi,
// .abi = .none,
// },
// .use_llvm = false,
// .use_lld = false,
//},
.{
.target = .{
.cpu_arch = .wasm32,
.os_tag = .wasi,
.abi = .none,
},
.skip_modules = &.{ "compiler-rt", "std" },
.use_llvm = false,
.use_lld = false,
},
.{
.target = .{
.cpu_arch = .wasm32,