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 d39fc66 commit 5236a10Copy full SHA for 5236a10
build.zig
@@ -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 = null,
+ shell_file_path: ?[]const u8 = "content/shell_minimal.html",
136
install_dir: std.Build.InstallDir,
137
},
138
) *std.Build.Step {
build.zig.zon
@@ -1,10 +1,11 @@
1
.{
2
.name = "zemscripten",
3
- .version = "0.2.0-dev",
+ .version = "0.2.1-dev",
4
.paths = .{
5
"build.zig",
6
"build.zig.zon",
7
"src",
8
+ "content",
9
"LICENSE",
10
"README.md",
11
0 commit comments