README/Build: added wasm32 toolchain command

This commit is contained in:
aggstam
2023-03-08 18:04:01 +00:00
committed by GitHub
parent 87022bd195
commit 473054defc

View File

@@ -33,6 +33,10 @@ This project requires the Rust compiler to be installed.
Please visit [Rustup](https://rustup.rs/) for instructions.
You have to install a native toolchain, and `wasm32-unknown-unknown`.
To install wasm32 toolchain, execute:
```shell
% rustup target add wasm32-unknown-unknown
```
Minimum Rust version supported is **1.67.0 (stable)**.
The following dependencies are also required: