-
I'm trying to build a Rust project that uses the wasm32-unknown-unknown target. How can I make it available using this template? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I don't know, but see NixOS/nixpkgs#89426 You can switch to using crane, I've been building wasm apps with it. Here's an example: https://github.com/srid/leptos-fullstack/blob/master/nix/flake-module.nix |
Beta Was this translation helpful? Give feedback.
-
This template uses rust-nix-template/rust-toolchain.toml Lines 1 to 2 in 253aa32 Example, |
Beta Was this translation helpful? Give feedback.
I don't know, but see NixOS/nixpkgs#89426
You can switch to using crane, I've been building wasm apps with it. Here's an example: https://github.com/srid/leptos-fullstack/blob/master/nix/flake-module.nix