Skip to content

Commit

Permalink
pull in latest wa-sqlite changes, update em-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Nov 27, 2023
1 parent 4017c15 commit 3e7e4df
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build-wasm-dbg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

mkdir -p packages/crsqlite-wasm/dist
cd deps/emsdk
./emsdk install 3.1.40
./emsdk activate 3.1.40
./emsdk install 3.1.45
./emsdk activate 3.1.45
source ./emsdk_env.sh
cd ../wa-sqlite
make debug
Expand Down
4 changes: 2 additions & 2 deletions build-wasm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

mkdir -p packages/crsqlite-wasm/dist
cd deps/emsdk
./emsdk install 3.1.40
./emsdk activate 3.1.40
./emsdk install 3.1.45
./emsdk activate 3.1.45
source ./emsdk_env.sh
cd ../wa-sqlite
make
Expand Down
2 changes: 1 addition & 1 deletion deps/wa-sqlite
Submodule wa-sqlite updated 1 files
+15 −18 Makefile

0 comments on commit 3e7e4df

Please sign in to comment.