-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(schema-engine-wasm): wasm-compatible sql-schema-describer
, schema-connector
#5106
Conversation
…ckend" to sqlite-native impl
CodSpeed Performance ReportMerging #5106 will not alter performanceComparing Summary
|
WASM Query Engine file Size
|
sql-schema-describer
, schema-connector
…sql-schema-describer
d071b42
to
94fdcdb
Compare
I've fixed most CI failures, except for
This happens because
|
The easiest solution, for now, is to disable dead code checks in |
This PR:
cargo build -p sql-schema-describer --features sqlite --target wasm32-unknown-unknown
to succeed (and--features postgresql
, and so on)cargo build -p schema-connector --features sqlite --target wasm32-unknown-unknown
to succeed (and--features postgresql
, and so on)cargo build -p schema-engine-cli
to build as usual