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 31af33a commit 00da03bCopy full SHA for 00da03b
README.md
@@ -44,6 +44,7 @@ Add zemscripten's "root" module to your wasm compile target., then create an `em
44
.use_preload_plugins = true,
45
.embed_paths = &.{},
46
.preload_paths = &.{},
47
+ .out_file_name = null, // emcc output arg will default to {wasm.name}.html if unset
48
.install_dir = .{ .custom = "web" },
49
},
50
);
0 commit comments