From d87b1d1338472514e96c3cd8857d050d54a9d1e7 Mon Sep 17 00:00:00 2001 From: eska Date: Sun, 13 Nov 2016 14:10:00 +0100 Subject: Remove explicit BINARYEN_METHOD for WebAssembly build This option is the default since Binaryen version 21. --- platform/javascript/detect.py | 1 - 1 file changed, 1 deletion(-) (limited to 'platform/javascript/detect.py') diff --git a/platform/javascript/detect.py b/platform/javascript/detect.py index 1ee3358888..35352becf8 100644 --- a/platform/javascript/detect.py +++ b/platform/javascript/detect.py @@ -86,7 +86,6 @@ def configure(env): if env['wasm'] == 'yes': env.Append(LINKFLAGS=['-s', 'BINARYEN=1']) - env.Append(LINKFLAGS=['-s', '\'BINARYEN_METHOD="native-wasm"\'']) # Maximum memory size is baked into the WebAssembly binary during # compilation, so we need to enable memory growth to allow setting # TOTAL_MEMORY at runtime. The value set at runtime must be higher than -- cgit v1.2.3