Remove rust-src as a component for WASM

It's unnecessary since `wasm32v1-none`.
This commit is contained in:
Luke Parker
2025-11-12 23:00:57 -05:00
parent 264bdd46ca
commit ac7af40f2e
5 changed files with 3 additions and 5 deletions

View File

@@ -188,7 +188,6 @@ RUN apk add clang-dev
&format!(
r#"
# Add the wasm toolchain
RUN rustup component add rust-src
RUN rustup target add wasm32v1-none
{prelude}