Skip to content

Commit

Permalink
zgpu emscripten support
Browse files Browse the repository at this point in the history
  • Loading branch information
hazeycode committed Feb 12, 2024
1 parent 985d9b1 commit a2d26fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libs/zgpu/build.zig
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,7 @@ pub fn checkTargetSupported(target: std.Build.ResolvedTarget) bool {
) == .lt) break :blk false;
break :blk true;
},
.emscripten => true,
else => false,
};
if (supported == false) {
Expand Down

0 comments on commit a2d26fb

Please sign in to comment.