mirror of
https://github.com/holub/mame
synced 2025-06-14 08:26:57 +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
|
if _OPTIONS["WEBASSEMBLY"] then
|
||||||
emccopts = emccopts
|
emccopts = emccopts
|
||||||
.. " -s BINARYEN=1"
|
.. " -s WASM=1"
|
||||||
|
else
|
||||||
|
emccopts = emccopts
|
||||||
|
.. " -s WASM=0"
|
||||||
end
|
end
|
||||||
|
|
||||||
if _OPTIONS["ARCHOPTS"] then
|
if _OPTIONS["ARCHOPTS"] then
|
||||||
|
Loading…
Reference in New Issue
Block a user