Skip to content

Commit

Permalink
Update wasm example
Browse files Browse the repository at this point in the history
  • Loading branch information
Spxg authored and weiznich committed Feb 21, 2025
1 parent 5c6c560 commit a8a4367
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/sqlite/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ wasm-bindgen = "0.2.99"
wasm-bindgen-futures = "0.4.49"

[target.'cfg(all(target_family = "wasm", target_os = "unknown"))'.dependencies]
sqlite-wasm-rs = { version = ">=0.2.4, <0.3.0" }

# https://github.com/Spxg/sqlite-wasm-rs#why-provide-precompiled-library
sqlite-wasm-rs = { version = ">=0.3.0, <0.4.0", default-features = false, features = ["precompiled"] }

[lib]
crate-type = ["cdylib"]

0 comments on commit a8a4367

Please sign in to comment.