From 7d356035c3464b687a40bb603667889bd66e093f Mon Sep 17 00:00:00 2001 From: Antonio Antonino Date: Mon, 2 Dec 2024 09:40:55 +0100 Subject: [PATCH] Install WASM target --- scripts/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/build b/scripts/build index 95c535a..ea92c22 100755 --- a/scripts/build +++ b/scripts/build @@ -53,6 +53,8 @@ fi # The following is to prevent user's overrides to disturb srtool rustup override set $RUSTC_VERSION +rustup target add wasm32-unknown-unknown +rustup component add rust-src export RUSTCV=`rustc -V`