Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 66bb7c1

Browse files
feat(shells/rust): add more wasm targets
1 parent 18466f7 commit 66bb7c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

shells/rust.nix

+2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
targetsFull = [
99
"aarch64-unknown-linux-gnu"
1010
"aarch64-unknown-linux-musl"
11+
"wasm32-unknown-unknown"
1112
"wasm32-wasi"
13+
"wasm64-unknown-unknown"
1214
"x86_64-unknown-linux-gnu"
1315
"x86_64-unknown-linux-musl"
1416
];

0 commit comments

Comments
 (0)