diff options
Diffstat (limited to 'check.py')
-rwxr-xr-x | check.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -273,7 +273,7 @@ if has_emcc: command += ['-s', 'BINARYEN_METHOD="' + method + '"'] else: method = 'wasm-s-parser' # this is the default - print method, ' : ', command, ' => ', success + print method, ' : ', ' '.join(command), ' => ', success subprocess.check_call(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE) def break_cashew(): asm = open('a.wasm.asm.js').read() |