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 f4bd4e3 commit 4db7799Copy full SHA for 4db7799
sqlite3/assets/wasm/CMakeLists.txt
@@ -20,7 +20,7 @@ FetchContent_MakeAvailable(sqlite3)
20
21
file(DOWNLOAD https://raw.githubusercontent.com/sqlite/sqlite/master/src/test_vfstrace.c "${CMAKE_BINARY_DIR}/vfstrace.c")
22
23
-set(POWERSYNC_VERSION "0.3.6")
+set(POWERSYNC_VERSION "0.3.8")
24
set(POWERSYNC_A "${CMAKE_BINARY_DIR}/libpowersync-wasm.a")
25
file(DOWNLOAD "https://github.com/powersync-ja/powersync-sqlite-core/releases/download/v${POWERSYNC_VERSION}/libpowersync-wasm.a" "${POWERSYNC_A}")
26
0 commit comments