remove emrun from emcc to avoid the game to keep calling stdio.html (#238)
* remove emrun from emcc to avoid the game to keep calling stdio.html * Remove formater * Add --emrun for examples and templates
This commit is contained in:
parent
3bf08a304c
commit
97cb212bf0
4 changed files with 3 additions and 1 deletions
1
emcc.zig
1
emcc.zig
|
|
@ -120,7 +120,6 @@ pub fn linkWithEmscripten(
|
|||
"-sASYNCIFY",
|
||||
"-O3",
|
||||
"-fsanitize=undefined",
|
||||
"--emrun",
|
||||
});
|
||||
return emcc_command;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue