Add WASI 0.2 Rust target

finchie
Mar 4, 2025, 5:53 AM
KEUJD3IISZHLKTSH3W5BDHOMXAF6TJLR6UTTG5ZKZRV3T25ALF4AC

Dependencies

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

Change contents

  • replacement in home.nix at line 41
    [3.719][2.0:172]()
    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" ];
    [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" "wasm32-wasip2" ];