Skip to content

Commit 122648e

Browse files
committed
Update emscripten
1 parent 388afec commit 122648e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
branches: ['master']
1111

1212
env:
13-
EM_VERSION: 3.1.64
13+
EM_VERSION: 4.0.9
1414
EM_CACHE_FOLDER: 'emsdk-cache'
1515

1616
jobs:

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SQLITE_TARBALL_URL = https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=version-
55
MC_SQLITE_URL = https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v${MC_SQLITE_VERSION}/sqlite3mc-${MC_SQLITE_VERSION}-sqlite-${SQLITE_VERSION}-amalgamation.zip
66
EXTENSION_FUNCTIONS = extension-functions.c
77
EXTENSION_FUNCTIONS_URL = https://www.sqlite.org/contrib/download/extension-functions.c?get=25
8-
EXTENSION_FUNCTIONS_SHA3 = 3f5872317c2f8d729aafc1e54c40768fe1214ad1bbbb601d2d432aaa13ebf64a
8+
EXTENSION_FUNCTIONS_SHA3 = ee39ddf5eaa21e1d0ebcbceeab42822dd0c4f82d8039ce173fd4814807faabfa
99

1010
# WA-SQLite source files
1111
CFILES = \

0 commit comments

Comments
 (0)