9
dev-packages/.rust-toolchain.toml
Normal file
9
dev-packages/.rust-toolchain.toml
Normal file
@@ -0,0 +1,9 @@
|
||||
[toolchain]
|
||||
# Specify the Rust version to ensure consistency across environments
|
||||
channel = "stable" # You can use "nightly" if your project requires nightly features
|
||||
|
||||
# Add required components
|
||||
components = ["rust-src", "rust-std", "wasm32-wasi"]
|
||||
|
||||
# Specify the target
|
||||
targets = ["wasm32-wasip1"]
|
Reference in New Issue
Block a user