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
+1
View File
@@ -749,6 +749,7 @@ test "packed struct with fp fields" {
if (builtin.zig_backend == .stage2_spirv) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_riscv64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest;
const S = packed struct {
data0: f32,