feat: add dev-packages

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2025-01-05 21:33:11 +01:00
parent 451270f64b
commit dee3421313
9 changed files with 828 additions and 5 deletions

View 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"]