summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2015-10-29 13:46:46 -0700
committerAlon Zakai <alonzakai@gmail.com>2015-10-29 13:46:46 -0700
commit310ef3b5425da52ccacb3bbcba70193e7e11b8cb (patch)
treee97829f65396fa8f88472843482098bc16dbda66
parent3da36398325dde5246c85107a8472b5839b6fad5 (diff)
downloadbinaryen-310ef3b5425da52ccacb3bbcba70193e7e11b8cb.tar.gz
binaryen-310ef3b5425da52ccacb3bbcba70193e7e11b8cb.tar.bz2
binaryen-310ef3b5425da52ccacb3bbcba70193e7e11b8cb.zip
improve text
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 897b3d3be..f13ec019b 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
This repository contains tools to compile C/C++ to WebAssembly s-expressions, using [Emscripten](http://emscripten.org/), by translating Emscripten's asm.js output into WebAssembly.
-This repository contains an asm.js-to-WebAssembly compiler, **asm2wasm**, built on Emscripten's asm optimizer infrastructure. That can directly compile asm.js to WebAssembly. You can use Emscripten to build C++ into asm.js, and together the two tools let you compile C/C++ to WebAssembly.
+More specifically, this repository contains an asm.js-to-WebAssembly compiler, **asm2wasm**, built on Emscripten's asm optimizer infrastructure. That can directly compile asm.js to WebAssembly. You can use Emscripten to build C++ into asm.js, and together the two tools let you compile C/C++ to WebAssembly.
## Building asm2wasm