We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba3feb4 commit 4c4954cCopy full SHA for 4c4954c
.cargo/config.toml
@@ -0,0 +1,5 @@
1
+#[build]
2
+#target = "wasm32-unknown-unknown"
3
+
4
+[target.x86_64-pc-windows-msvc]
5
+rustflags = ["-C", "target-feature=+crt-static"]
0 commit comments