mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
Update WebAssembly parameters for current Emscripten (nw)
This commit is contained in:
parent
ce5437bdd4
commit
38df7f4219
@ -169,7 +169,10 @@ end
|
||||
|
||||
if _OPTIONS["WEBASSEMBLY"] then
|
||||
emccopts = emccopts
|
||||
.. " -s BINARYEN=1"
|
||||
.. " -s WASM=1"
|
||||
else
|
||||
emccopts = emccopts
|
||||
.. " -s WASM=0"
|
||||
end
|
||||
|
||||
if _OPTIONS["ARCHOPTS"] then
|
||||
|
Loading…
Reference in New Issue
Block a user