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