mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-04-27 19:09:47 +03:00
stage2_wasm: revival, enabling tests
This commit is contained in:
committed by
Alex Rønne Petersen
parent
cc099afca5
commit
bf58a3bc08
+10
-12
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user