From a9c6915d10dc7e14c749ad943e649f15e3fb65b4 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Thu, 6 Jun 2024 11:52:04 -0700 Subject: [PATCH] Change WASI target name to --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a3b12c5..187c772 100644 --- a/flake.nix +++ b/flake.nix @@ -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 {