mirror of
https://github.com/fluencelabs/fluid
synced 2025-04-25 06:42:18 +00:00
install_rust.sh
This commit is contained in:
parent
730a46a9a8
commit
7855dc544d
11
install_rust.sh
Executable file
11
install_rust.sh
Executable file
@ -0,0 +1,11 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
# Install Rust
|
||||||
|
curl https://sh.rustup.rs -sSf | sh -s -- -y
|
||||||
|
|
||||||
|
# Install nightly toolchain
|
||||||
|
rustup toolchain install nightly
|
||||||
|
|
||||||
|
# Add WASM target
|
||||||
|
rustup target add wasm32-unknown-unknown --toolchain nightly
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user