From 57f440d62e29d64894073bd7043480051f9f5c13 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Sun, 8 Mar 2026 14:54:40 +0300 Subject: [PATCH] nix: add wasm32-wasip1 target Signed-off-by: NotAShelf Change-Id: I4bfc9e9749c17b6950b5489fa42d43c26a6a6964 --- nix/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/shell.nix b/nix/shell.nix index 819f926..ec76d19 100644 --- a/nix/shell.nix +++ b/nix/shell.nix @@ -44,7 +44,7 @@ in # with the least amount of friction. (rust-bin.nightly.latest.default.override { extensions = ["rustfmt" "rust-src" "rust-analyzer" "clippy" "rust-analyzer"]; - targets = ["wasm32-unknown-unknown"]; # web + targets = ["wasm32-unknown-unknown" "wasm32-wasip1"]; # web + plugins }) # Handy CLI for packaging Dioxus apps and such