From 473054defc4af21ed1bb1e70cbccc7a100a7bb89 Mon Sep 17 00:00:00 2001 From: aggstam <40597439+aggstam@users.noreply.github.com> Date: Wed, 8 Mar 2023 18:04:01 +0000 Subject: [PATCH] README/Build: added wasm32 toolchain command --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3cc2f0aa0..97cf8f7c3 100644 --- a/README.md +++ b/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: