Skip to content

Commit

Permalink
pin our emsdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
tantaman committed Jun 18, 2023
1 parent b527ca6 commit 3697a47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/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 latest
./emsdk activate latest
./emsdk install 3.1.31
./emsdk activate 3.1.31
source ./emsdk_env.sh
cd ../wa-sqlite
make
Expand Down

0 comments on commit 3697a47

Please sign in to comment.