Remove `wasm32-wasi` Rust target

finchie
Feb 26, 2025, 9:18 AM
3TVBAO7RSFMRNWOIINEJYWUBNQBIRTEXNYL4QU4RZ2ZSNZRIMTBAC

Dependencies

  • [2] S6CWU4PF Add x86 MacOS Rust target
  • [3] 5FI47NSA Migrate to home-manager
  • [4] BVV6PXFF Add `x86_64-unknown-linux-musl` target for rust
  • [5] HLTVHNCX Add windows Rust target
  • [6] ZV2IS53T Change Rust Windows target from `msvc` to `gnu`
  • [7] VVNVU6K7 Auto-format Nix code

Change contents

  • replacement in home.nix at line 33
    [3.719][2.0:186]()
    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" ];
    [3.719]
    [3.832]
    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" ];