feat(ios,android): setup uniffi infra (#8828)

This commit is contained in:
Brooooooklyn
2024-12-10 03:43:34 +00:00
parent 95597ec139
commit adc69548ef
26 changed files with 3097 additions and 124 deletions
+1
View File
@@ -14,6 +14,7 @@ async fn main() -> Result<(), std::io::Error> {
fs::remove_file(db_path)?;
}
#[cfg(not(feature = "noop"))]
napi_build::setup();
let options = SqliteConnectOptions::new()
.filename(db_path)