We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2b3b4c commit 8072e6dCopy full SHA for 8072e6d
.cargo/config.toml
@@ -6,4 +6,5 @@
6
rustflags = ["--cfg=web_sys_unstable_apis"]
7
8
[build]
9
-target = "wasm32-unknown-unknown"
+# Uncomment to work on wasm version. See https://c-git.github.io/rust/wasm/#switch-cargo-to-target-wasm for more info
10
+# target = "wasm32-unknown-unknown"
0 commit comments