Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cc265c8

Browse files
committedFeb 25, 2025
Update emsdk
1 parent 1205795 commit cc265c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎build.zig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
const builtin = @import("builtin");
22
const std = @import("std");
33

4-
pub const emsdk_ver_major = "3";
5-
pub const emsdk_ver_minor = "1";
6-
pub const emsdk_ver_tiny = "73";
4+
pub const emsdk_ver_major = "4";
5+
pub const emsdk_ver_minor = "0";
6+
pub const emsdk_ver_tiny = "3";
77
pub const emsdk_version = emsdk_ver_major ++ "." ++ emsdk_ver_minor ++ "." ++ emsdk_ver_tiny;
88

99
pub fn build(b: *std.Build) void {

0 commit comments

Comments
 (0)
Please sign in to comment.