diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-10-29 13:46:46 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-10-29 13:46:46 -0700 |
commit | 310ef3b5425da52ccacb3bbcba70193e7e11b8cb (patch) | |
tree | e97829f65396fa8f88472843482098bc16dbda66 | |
parent | 3da36398325dde5246c85107a8472b5839b6fad5 (diff) | |
download | binaryen-310ef3b5425da52ccacb3bbcba70193e7e11b8cb.tar.gz binaryen-310ef3b5425da52ccacb3bbcba70193e7e11b8cb.tar.bz2 binaryen-310ef3b5425da52ccacb3bbcba70193e7e11b8cb.zip |
improve text
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |