...前仅在 `nightly` 上支持,
Substrate uses WebAssembly (Wasm), and you will need to configure your Rust compiler to use `nightly` to support this build target.
```bash
rustup update nightly
rustup target add wasm32-unknown-unknown --toolchain nightly
```
**配置 cargo 源**
...