From bf58a3bc082a7d305df082360ef93316d8c8dfd6 Mon Sep 17 00:00:00 2001 From: Pavel Verigo Date: Fri, 5 Dec 2025 22:51:05 +0100 Subject: stage2_wasm: revival, enabling tests --- test/tests.zig | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) (limited to 'test/tests.zig') diff --git a/test/tests.zig b/test/tests.zig index 306602d587..0911ae2e46 100644 --- a/test/tests.zig +++ b/test/tests.zig @@ -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, -- cgit v1.2.3