We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eeb1f0 commit 904d7faCopy full SHA for 904d7fa
crates/libduckdb-sys/build.rs
@@ -469,6 +469,7 @@ mod bindings {
469
.header(header.clone())
470
.allowlist_item(r#"(\w*duckdb\w*)"#)
471
.allowlist_type("idx_t")
472
+ .layout_tests(false) // causes problems on WASM builds
473
.clang_arg("-DDUCKDB_EXTENSION_API_VERSION_UNSTABLE")
474
.parse_callbacks(Box::new(bindgen::CargoCallbacks::new()))
475
.generate()
0 commit comments