|
2 | 2 | A Python-3 (CPython >= 3.5.0) Interpreter written in Rust:snake::scream::metal:. |
3 | 3 |
|
4 | 4 | [](https://travis-ci.org/RustPython/RustPython) |
5 | | -[](https://opensource.org/licenses/MIT) |
| 5 | +[](https://opensource.org/licenses/MIT) |
6 | 6 |
|
7 | 7 | #Usage |
8 | 8 |
|
@@ -33,6 +33,7 @@ Or use the interactive shell: |
33 | 33 | -`src`: using the other subcrates to bring rustpython to life. |
34 | 34 | -`docs`: documentation (work in progress) |
35 | 35 | -`py_code_object`: CPython bytecode to rustpython bytecode convertor (work in progress) |
| 36 | +-`wasm`: Binary crate and resources for WebAssembly build |
36 | 37 | -`tests`: integration test snippets |
37 | 38 |
|
38 | 39 | #Contributing |
@@ -67,7 +68,7 @@ $ cargo test --all |
67 | 68 |
|
68 | 69 | ##Setup |
69 | 70 |
|
70 | | -Using`rustup` add the compile target`wasm32-unknown-emscripten`. To do so you will need to have[rustup](https://rustup.rs/). |
| 71 | +Using`rustup` add the compile target`wasm32-unknown-emscripten`. To do so you will need to have[rustup](https://rustup.rs/) installed. |
71 | 72 |
|
72 | 73 | ```bash |
73 | 74 | rustup target add wasm32-unknown-emscripten |
|