Skip to content

Commit

Permalink
include wasm target
Browse files Browse the repository at this point in the history
  • Loading branch information
sdankel committed Aug 13, 2024
1 parent e404eb3 commit 1679db0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion patches.nix
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,9 @@ in [
{
condition = m: m.date >= "2024-08-08";
patch = m: {
rust = pkgs.rust-bin.stable."1.79.0".default;
rust = pkgs.rust-bin.stable."1.79.0".default.override {
targets = ["wasm32-unknown-unknown"];
};
};
}
]

0 comments on commit 1679db0

Please # to comment.