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 ccabdb8 commit 60f54eeCopy full SHA for 60f54ee
.cargo/config.toml
@@ -0,0 +1,2 @@
1
+[build]
2
+# target = "wasm32-unknown-unknown"
.vscode/settings.json
@@ -2,7 +2,7 @@
"rust-analyzer.showUnlinkedFileNotification": false,
3
"cSpell.words": [
4
"jsvalue"
5
- ],
+ ]
6
// "code-runner.customCommand": "wasm-pack test --headless --firefox",
7
- "rust-analyzer.cargo.target": "wasm32-unknown-unknown" // Uncomment to use rust-analyzer on wasm code instead
+ // "rust-analyzer.cargo.target": "wasm32-unknown-unknown" // Uncomment to use rust-analyzer on wasm code instead
8
}
0 commit comments