Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[toolchain]
channel = "1.89.0"
components = [
    "cargo",
    "llvm-tools",
    "rustc",
    "rust-src",
    "rustfmt",
    "clippy",
    "rust-analyzer",
]
targets = ["wasm32-wasip2"]