Move to wasm32v1-none from wasm32-unknown-unknown

Works towards fixing how the Substrate node Docker image no longer works.
This commit is contained in:
Luke Parker
2025-08-15 10:55:05 -04:00
parent e3809b2ff1
commit a32b97be88
9 changed files with 233 additions and 197 deletions

View File

@@ -27,9 +27,9 @@ brew install rustup
```
rustup update
rustup toolchain install stable
rustup target add wasm32-unknown-unknown
rustup target add wasm32v1-none
rustup toolchain install nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
rustup target add wasm32v1-none --toolchain nightly
```
### Install Solidity