mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rustc: add wasm32v1-none target
This commit is contained in:
parent
96dd72e531
commit
b8de2d206a
1 changed files with 1 additions and 0 deletions
|
|
@ -161,6 +161,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
# Other targets that don't need any extra dependencies to build.
|
||||
++ optionals (!fastCross) [
|
||||
"wasm32-unknown-unknown"
|
||||
"wasm32v1-none"
|
||||
"bpfel-unknown-none"
|
||||
"bpfeb-unknown-none"
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue