Skip to content

Commit 76e8848

Browse files
committed
sqld: turn off wasm functions by default
It also transiently fixes the "malformed db" issue with embedded replicas. Those replicas didn't create a "libsql_wasm_func_table" when first connecting, and sqld did, due to having wasm functions enabled. But, since our sqld parser still doesn't accept CREATE FUNCTION yet, there's no harm in disabling the support.
1 parent 37b695b commit 76e8848

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libsql-server/sqld/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ tonic-build = "0.10"
9595
vergen = { version = "8", features = ["build", "git", "gitcl"] }
9696

9797
[features]
98-
default = ["wasm-udfs"]
98+
default = []
9999
unix-excl-vfs = ["sqld-libsql-bindings/unix-excl-vfs"]
100100
debug-tools = ["console-subscriber", "rusqlite/trace", "tokio/tracing"]
101101
sim-tests = ["libsql"]

0 commit comments

Comments
 (0)