Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions packages/sqlite3_wasm_build/build.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

SQLITE_VERSION="2.7.6"
SQLITE_VERSION="2.8.0"
POWERSYNC_CORE_VERSION="0.4.2"
SQLITE_PATH="sqlite3.dart"

Expand All @@ -16,7 +16,6 @@ cd $SQLITE_PATH
git apply ../patches/*

cd "sqlite3/"
dart pub get # We need the analyzer dependency resolved to extract required symbols

cmake -Dwasi_sysroot=/opt/homebrew/share/wasi-sysroot \
-Dclang=/opt/homebrew/opt/llvm/bin/clang\
Expand Down
Loading