Skip to content

Commit 7c9d073

Browse files
committed
Specify wasm target in Cargo config
1 parent a773f5e commit 7c9d073

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cargo/config.toml

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[build]
2+
target = "wasm32-unknown-unknown"

0 commit comments

Comments
 (0)