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 53c3a03 commit ed9c3b2Copy full SHA for ed9c3b2
sqlite3/assets/wasm/os_web.c
@@ -9,10 +9,9 @@ extern int __rust_no_alloc_shim_is_unstable = 0;
9
extern int sqlite3_powersync_init(sqlite3 *db, char **pzErrMsg,
10
const sqlite3_api_routines *pApi);
11
12
-int sqlite3_os_init(void)
13
-{
14
- sqlite3_auto_extension((void (*)(void)) & sqlite3_powersync_init);
15
- return SQLITE_OK;
+int sqlite3_os_init(void) {
+ sqlite3_auto_extension((void (*)(void)) & sqlite3_powersync_init);
+ return SQLITE_OK;
16
}
17
18
int sqlite3_os_end(void) { return SQLITE_OK; }
0 commit comments