summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorThomas Lively <7121787+tlively@users.noreply.github.com>2019-03-29 15:51:17 -0700
committerGitHub <noreply@github.com>2019-03-29 15:51:17 -0700
commitf44c56c961724312224a13e209b3b6db39ad9d77 (patch)
treec96dce360267d7baf613763a45bcd848d17bdded /README.md
parentc5a22baecfdfc2707bcd06b8e9f168348a6afa43 (diff)
downloadbinaryen-f44c56c961724312224a13e209b3b6db39ad9d77.tar.gz
binaryen-f44c56c961724312224a13e209b3b6db39ad9d77.tar.bz2
binaryen-f44c56c961724312224a13e209b3b6db39ad9d77.zip
Delete wasm-merge (#1969)
It is not very useful.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5fb66338a..1a068fcb8 100644
--- a/README.md
+++ b/README.md
@@ -142,8 +142,6 @@ This repository contains code that builds the following tools in `bin/`:
optimizer infrastructure. This is used by Emscripten in Binaryen mode when it
uses Emscripten's fastcomp asm.js backend.
* **wasm2js**: A WebAssembly-to-JS compiler (still experimental).
- * **wasm-merge**: Combines wasm files into a single big wasm file (without
- sophisticated linking).
* **wasm-ctor-eval**: A tool that can execute C++ global constructors ahead of
time. Used by Emscripten.
* **wasm-emscripten-finalize**: Takes a wasm binary produced by llvm+lld and