nix: add wasm32-wasip1 target
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I4bfc9e9749c17b6950b5489fa42d43c26a6a6964
This commit is contained in:
parent
4edda201e6
commit
57f440d62e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue