Fix README.md
This commit is contained in:
parent
c9af76dad5
commit
e66f127a05
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ This is a template for an emscripten project with a "Rust backend".
|
|||
`${HOME}/git/emsdk/emsdk activate latest`.
|
||||
3. Set up `rustup`.
|
||||
4. Get the `wasm32-unknown-emscripten` target with
|
||||
`rustup add wasm32-unknown-emscripten`.
|
||||
`rustup target add wasm32-unknown-emscripten`.
|
||||
|
||||
## Build
|
||||
|
||||
|
|
Loading…
Reference in a new issue