瀏覽代碼

README/Build: added wasm32 toolchain command

aggstam 3 年之前
父節點
當前提交
473054defc
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      README.md

+ 4 - 0
README.md

@@ -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: