Update WebAssembly parameters for current Emscripten (nw)

This commit is contained in:
Justin Kerk 2018-07-15 04:17:09 +00:00
parent ce5437bdd4
commit 38df7f4219

View File

@ -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