From 086d391142e237efb556ab134c4f5901edad29ef Mon Sep 17 00:00:00 2001 From: Karlo <88337245+Rqnsom@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:22:23 +0200 Subject: [PATCH] fix: WASM32 target needed for stable Linux build --- content/md/en/docs/install/linux.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/md/en/docs/install/linux.md b/content/md/en/docs/install/linux.md index 52a0f4f88..ff38eb518 100644 --- a/content/md/en/docs/install/linux.md +++ b/content/md/en/docs/install/linux.md @@ -93,6 +93,7 @@ To install the Rust toolchain on Linux: ```bash rustup default stable rustup update + rustup target add wasm32-unknown-unknown ``` 1. Add the `nightly` release and the `nightly` WebAssembly (wasm) targets to your development environment by running the following commands: