disable wasi again
All checks were successful
AWS-Zig Build / build-zig-amd64-host (push) Successful in 1m30s

This commit is contained in:
Emil Lerch 2024-08-23 12:59:56 -07:00
parent 262cdefe12
commit 3b35936ac6
Signed by: lobo
GPG Key ID: A7B62D657EF764F8

View File

@ -17,7 +17,7 @@ const test_targets = [_]std.Target.Query{
.{ .cpu_arch = .x86_64, .os_tag = .windows },
.{ .cpu_arch = .aarch64, .os_tag = .macos },
.{ .cpu_arch = .x86_64, .os_tag = .macos },
.{ .cpu_arch = .wasm32, .os_tag = .wasi },
// .{ .cpu_arch = .wasm32, .os_tag = .wasi },
};
pub fn build(b: *Builder) !void {