We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5236a10 commit aa99455Copy full SHA for aa99455
build.zig
@@ -3,7 +3,7 @@ const std = @import("std");
3
4
pub const emsdk_ver_major = "3";
5
pub const emsdk_ver_minor = "1";
6
-pub const emsdk_ver_tiny = "70";
+pub const emsdk_ver_tiny = "73";
7
pub const emsdk_version = emsdk_ver_major ++ "." ++ emsdk_ver_minor ++ "." ++ emsdk_ver_tiny;
8
9
pub fn build(b: *std.Build) void {
@@ -132,7 +132,7 @@ pub fn emccStep(
132
use_preload_plugins: bool = false,
133
embed_paths: ?[]const EmccFilePath = null,
134
preload_paths: ?[]const EmccFilePath = null,
135
- shell_file_path: ?[]const u8 = "content/shell_minimal.html",
+ shell_file_path: ?[]const u8 = null,
136
install_dir: std.Build.InstallDir,
137
},
138
) *std.Build.Step {
0 commit comments