Remove `wasm32-wasi` Rust target
Dependencies
- [2]
S6CWU4PFAdd x86 MacOS Rust target - [3]
5FI47NSAMigrate to home-manager - [4]
BVV6PXFFAdd `x86_64-unknown-linux-musl` target for rust - [5]
HLTVHNCXAdd windows Rust target - [6]
ZV2IS53TChange Rust Windows target from `msvc` to `gnu` - [7]
VVNVU6K7Auto-format Nix code
Change contents
- replacement in home.nix at line 33
targets = [ "riscv32imc-unknown-none-elf" "x86_64-unknown-none" "wasm32-unknown-unknown" "wasm32-wasi" "x86_64-unknown-linux-musl" "x86_64-pc-windows-gnu" "x86_64-apple-darwin" ];targets = [ "riscv32imc-unknown-none-elf" "x86_64-unknown-none" "wasm32-unknown-unknown" "x86_64-unknown-linux-musl" "x86_64-pc-windows-gnu" "x86_64-apple-darwin" ];