Update README.md

This commit is contained in:
Nikolay Volf
2017-04-12 20:55:47 +04:00
committed by GitHub
parent e30212e98e
commit 6284cdf601
+2 -2
View File
@@ -17,5 +17,5 @@ see `/samples` directory for sample contracts that are compiled this way
## Prerequisites
Emscripiten for C/C++ (see [this page](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html), `emcc` should be in the `PATH`)
Rust with `wasm32-unknown-emscripten` target (see [this instruction](https://hackernoon.com/compiling-rust-to-webassembly-guide-411066a69fde) to setup)
- Emscripiten for C/C++ (see [this page](http://kripken.github.io/emscripten-site/docs/getting_started/downloads.html), `emcc` should be in the `PATH`)
- Rust with `wasm32-unknown-emscripten` target (see [this instruction](https://hackernoon.com/compiling-rust-to-webassembly-guide-411066a69fde) to setup)