mirror of
https://github.com/isar/rusqlite.git
synced 2025-12-31 16:02:47 +08:00
Add feature flag to include wasm32-wasi-vfs.c
This commit is contained in:
committed by
Thom Chiovoloni
parent
1483f1cdf5
commit
464b8283b2
@@ -60,6 +60,7 @@ bundled-windows = ["libsqlite3-sys/bundled-windows"]
|
||||
# Build bundled sqlite with -fsanitize=address
|
||||
with-asan = ["libsqlite3-sys/with-asan"]
|
||||
column_decltype = []
|
||||
wasm32-wasi-vfs = ["libsqlite3-sys/wasm32-wasi-vfs"]
|
||||
|
||||
# Helper feature for enabling both `bundled` and most non-build-related optional
|
||||
# features or dependencies. This is useful for running tests / clippy / etc. New
|
||||
|
||||
Reference in New Issue
Block a user