diff options
author | Thomas Lively <7121787+tlively@users.noreply.github.com> | 2019-03-29 15:51:17 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-29 15:51:17 -0700 |
commit | f44c56c961724312224a13e209b3b6db39ad9d77 (patch) | |
tree | c96dce360267d7baf613763a45bcd848d17bdded /scripts/test | |
parent | c5a22baecfdfc2707bcd06b8e9f168348a6afa43 (diff) | |
download | binaryen-f44c56c961724312224a13e209b3b6db39ad9d77.tar.gz binaryen-f44c56c961724312224a13e209b3b6db39ad9d77.tar.bz2 binaryen-f44c56c961724312224a13e209b3b6db39ad9d77.zip |
Delete wasm-merge (#1969)
It is not very useful.
Diffstat (limited to 'scripts/test')
-rw-r--r-- | scripts/test/shared.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/test/shared.py b/scripts/test/shared.py index 7c456db8f..7723f7cee 100644 --- a/scripts/test/shared.py +++ b/scripts/test/shared.py @@ -169,7 +169,6 @@ ASM2WASM = [os.path.join(options.binaryen_bin, 'asm2wasm')] WASM2JS = [os.path.join(options.binaryen_bin, 'wasm2js')] WASM_CTOR_EVAL = [os.path.join(options.binaryen_bin, 'wasm-ctor-eval')] WASM_SHELL = [os.path.join(options.binaryen_bin, 'wasm-shell')] -WASM_MERGE = [os.path.join(options.binaryen_bin, 'wasm-merge')] WASM_REDUCE = [os.path.join(options.binaryen_bin, 'wasm-reduce')] WASM_METADCE = [os.path.join(options.binaryen_bin, 'wasm-metadce')] WASM_EMSCRIPTEN_FINALIZE = [os.path.join(options.binaryen_bin, |