diff options
author | Alon Zakai <alonzakai@gmail.com> | 2015-11-11 20:52:20 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2015-11-11 20:52:20 -0800 |
commit | 608547e56c97592fbc0c919fc310b86890268d62 (patch) | |
tree | 7265b4724ede106e667bbaf206668fe30c43a03a | |
parent | 10c67d791dca5db1feb388db3afa21e8077d7ff5 (diff) | |
download | binaryen-608547e56c97592fbc0c919fc310b86890268d62.tar.gz binaryen-608547e56c97592fbc0c919fc310b86890268d62.tar.bz2 binaryen-608547e56c97592fbc0c919fc310b86890268d62.zip |
faq
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -131,13 +131,13 @@ Same as Emscripten: MIT license. ## FAQ -#### How does `asm2wasm` relate to the new WebAssembly backend which is being developed in upstream LLVM? +##### How does `asm2wasm` relate to the new WebAssembly backend which is being developed in upstream LLVM? This is separate from that. `asm2wasm` focuses on compiling asm.js to WebAssembly, as emitted by Emscripten's asm.js backend. This is useful because while in the long term Emscripten hopes to use the new WebAssembly backend, the `asm2wasm` route is a very quick and easy way to generate WebAssembly output. It will also be useful for benchmarking the new backend as it progresses. -#### Why the weird name for the project? +##### Why the weird name for the project? **Binaryen** is a combination of **binary** - since WebAssembly is a *binary* format for the web - and **Emscripten** - which it can integrate with in order to compile C and C++ all the way to WebAssembly, via asm.js. Binaryen began as Emscripten's WebAssembly processing library (`wasm-emscripten`). -"Binaryen" is pronounced [in the same manner](http://www.makinggameofthrones.com/production-diary/2011/2/11/official-pronunciation-guide-for-game-of-thrones.html) as "[Targaryen](https://en.wikipedia.org/wiki/List_of_A_Song_of_Ice_and_Fire_characters#House_Targaryen)": bi-NAIR-ee-in. Valar Morcodeis. +"Binaryen" is pronounced [in the same manner](http://www.makinggameofthrones.com/production-diary/2011/2/11/official-pronunciation-guide-for-game-of-thrones.html) as "[Targaryen](https://en.wikipedia.org/wiki/List_of_A_Song_of_Ice_and_Fire_characters#House_Targaryen)": bi-NAIR-ee-in. *Valar Morcodeis.* |