diff options
Diffstat (limited to 'docs/release/scripts/src/main.lua')
-rw-r--r-- | docs/release/scripts/src/main.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/release/scripts/src/main.lua b/docs/release/scripts/src/main.lua index 8f182903009..d08c94de64f 100644 --- a/docs/release/scripts/src/main.lua +++ b/docs/release/scripts/src/main.lua @@ -169,7 +169,7 @@ end if _OPTIONS["WEBASSEMBLY"] then emccopts = emccopts - .. " -s BINARYEN=1" + .. " -s WASM=" .. _OPTIONS["WEBASSEMBLY"] end if _OPTIONS["ARCHOPTS"] then |