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 2941ff3 commit 7fd630dCopy full SHA for 7fd630d
.vscode/settings.json
@@ -0,0 +1,3 @@
1
+{
2
+ "rust-analyzer.cargo.features": ["relaxed-idb"]
3
+}
Cargo.toml
@@ -61,9 +61,9 @@ targets = ["wasm32-unknown-unknown"]
61
62
[workspace]
63
resolver = "2"
64
+exclude = ["examples/custom-libc"]
65
members = [
66
"crates/sqlite-wasm-libc",
- "examples/custom-libc",
67
"examples/implement-a-vfs",
68
"examples/nodejs"
69
]
0 commit comments