Compare commits
1 Commits
a9e949d95f
...
3229a14177
Author | SHA1 | Date | |
---|---|---|---|
3229a14177 |
@ -158,6 +158,11 @@ rustup target add wasm32-unknown-unknown --toolchain nightly
|
|||||||
rustup target add wasm32-unknown-unknown --toolchain stable-x86_64-unknown-linux-gnu
|
rustup target add wasm32-unknown-unknown --toolchain stable-x86_64-unknown-linux-gnu
|
||||||
```
|
```
|
||||||
|
|
||||||
|
If you are trying to install WebAssembly (wasm) on an ARM-based processor like the ones in Raspberry Pi try this instead:
|
||||||
|
```bash
|
||||||
|
rustup target add wasm32-unknown-unknown --toolchain stable-aarch64-unknown-linux-gnu
|
||||||
|
```
|
||||||
|
|
||||||
**_IF error try_**
|
**_IF error try_**
|
||||||
```bash
|
```bash
|
||||||
rustup target add wasm32-unknown-unknown --toolchain default
|
rustup target add wasm32-unknown-unknown --toolchain default
|
||||||
|
Loading…
Reference in New Issue
Block a user