Skip to content

Commit 70bdafc

Browse files
authored
Update README
1 parent 69be780 commit 70bdafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Add zemscripten's "root" module to your wasm compile target., then create an `em
5050
.preload_paths = &.{},
5151
.shell_file_path = null, // set this to override the default html shell
5252
.js_library_path = null,
53-
.out_file_name = null, // emcc output arg will default to {wasm.name}.html if unset
53+
.out_file_name = "MyGame.html", // or "MyGame.js"
5454
.install_dir = .{ .custom = "web" },
5555
},
5656
);

0 commit comments

Comments
 (0)