Skip to content

Commit

Permalink
disable wasi again
Browse files Browse the repository at this point in the history
  • Loading branch information
elerch committed Aug 23, 2024
1 parent 262cdef commit 3b35936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 3b35936

Please sign in to comment.