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.
package:sqlite3
1 parent 3a32531 commit 599189cCopy full SHA for 599189c
packages/sqlite3_wasm_build/build.sh
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
set -e
3
4
-SQLITE_VERSION="2.7.6"
+SQLITE_VERSION="2.8.0"
5
POWERSYNC_CORE_VERSION="0.4.2"
6
SQLITE_PATH="sqlite3.dart"
7
@@ -16,7 +16,6 @@ cd $SQLITE_PATH
16
git apply ../patches/*
17
18
cd "sqlite3/"
19
-dart pub get # We need the analyzer dependency resolved to extract required symbols
20
21
cmake -Dwasi_sysroot=/opt/homebrew/share/wasi-sysroot \
22
-Dclang=/opt/homebrew/opt/llvm/bin/clang\
0 commit comments