Skip to content

Commit aa99455

Browse files
committed
Update emscripten
1 parent 5236a10 commit aa99455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ const std = @import("std");
33

44
pub const emsdk_ver_major = "3";
55
pub const emsdk_ver_minor = "1";
6-
pub const emsdk_ver_tiny = "70";
6+
pub const emsdk_ver_tiny = "73";
77
pub const emsdk_version = emsdk_ver_major ++ "." ++ emsdk_ver_minor ++ "." ++ emsdk_ver_tiny;
88

99
pub fn build(b: *std.Build) void {
@@ -132,7 +132,7 @@ pub fn emccStep(
132132
use_preload_plugins: bool = false,
133133
embed_paths: ?[]const EmccFilePath = null,
134134
preload_paths: ?[]const EmccFilePath = null,
135-
shell_file_path: ?[]const u8 = "content/shell_minimal.html",
135+
shell_file_path: ?[]const u8 = null,
136136
install_dir: std.Build.InstallDir,
137137
},
138138
) *std.Build.Step {

0 commit comments

Comments
 (0)