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 69be780 commit 70bdafcCopy full SHA for 70bdafc
README.md
@@ -50,7 +50,7 @@ Add zemscripten's "root" module to your wasm compile target., then create an `em
50
.preload_paths = &.{},
51
.shell_file_path = null, // set this to override the default html shell
52
.js_library_path = null,
53
- .out_file_name = null, // emcc output arg will default to {wasm.name}.html if unset
+ .out_file_name = "MyGame.html", // or "MyGame.js"
54
.install_dir = .{ .custom = "web" },
55
},
56
);
0 commit comments