Skip to content

Commit

Permalink
Add comment for precompiled
Browse files Browse the repository at this point in the history
  • Loading branch information
Spxg committed Feb 14, 2025
1 parent db8778d commit b1d3d84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions diesel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ path = "../diesel_derives"
libsqlite3-sys = { version = ">=0.17.2, <0.32.0", optional = true, features = ["bundled_bindings"] }

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
# https://github.com/Spxg/sqlite-wasm-rs#why-provide-precompiled-library
sqlite-wasm-rs = { version = ">=0.3.0, <0.4.0", optional = true, default-features = false, features = ["precompiled"] }

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dev-dependencies]
Expand Down

0 comments on commit b1d3d84

Please sign in to comment.