Add WASI 0.2 Rust target
Dependencies
- [2]
3TVBAO7RRemove `wasm32-wasi` Rust target - [3]
ZV2IS53TChange Rust Windows target from `msvc` to `gnu` - [4]
S6CWU4PFAdd x86 MacOS Rust target - [5]
VVNVU6K7Auto-format Nix code - [6]
HLTVHNCXAdd windows Rust target - [7]
5FI47NSAMigrate to home-manager - [8]
BVV6PXFFAdd `x86_64-unknown-linux-musl` target for rust
Change contents
- replacement in home.nix at line 41
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" ];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" "wasm32-wasip2" ];