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

Commit ff29c3c

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shells/rust.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
targetsFull = [
99
"aarch64-unknown-linux-gnu"
1010
"aarch64-unknown-linux-musl"
11+
"wasm32-unknown-unknown"
1112
"wasm32-wasi"
1213
"x86_64-unknown-linux-gnu"
1314
"x86_64-unknown-linux-musl"

0 commit comments

Comments
 (0)