Skip to content

Commit bc2ce6f

Browse files
committed
Link to emscripten html file
1 parent 54de61c commit bc2ce6f

File tree

3 files changed

+1
-157
lines changed

3 files changed

+1
-157
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Add zemscripten's "root" module to your wasm compile target., then create an `em
4545
.embed_paths = &.{},
4646
.preload_paths = &.{},
4747
.install_dir = .{ .custom = "web" },
48-
.shell_file_path = "content/shell.html",
48+
.shell_file_path = @import("zemscripten").htmlPath(b),
4949
},
5050
);
5151
emcc_step.dependOn(activate_emsdk_step);

content/shell.html

-105
This file was deleted.

content/shell_minimal.html

-51
This file was deleted.

0 commit comments

Comments
 (0)