Commit e13d096
committed
Add duckdb patch signature_capi
Signature of capi extensions changed from returning void to returning a boolean,
mismatch on native targets is fine, since result is just ignored, but flagged
problems in wasm validation. Given capi extensions are still experimental, and
more so in duckdb-wasm, I would propose taking this liberty from DuckDB source
code to allow more simpler exploration on this matter.1 parent bd23a5a commit e13d096
1 file changed
+13
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
0 commit comments