Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from DeterminateSystems/change-wasi-target-name
Browse files Browse the repository at this point in the history
Change WASI target name to wasm32-wasip1
  • Loading branch information
lucperkins authored Jun 6, 2024
2 parents c69bd6e + a9c6915 commit 3382a1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
pkgs = import inputs.nixpkgs { inherit system; overlays = [ self.overlays.default ]; };
inherit system;
});
rustWasmTarget = "wasm32-wasi";
rustWasmTarget = "wasm32-wasip1";
in
{
overlays.default = final: prev: rec {
Expand Down

0 comments on commit 3382a1d

Please sign in to comment.