Skip to content

Commit 8d01b17

Browse files
stevensJourneyrhashimotoshoestringr
authored
Update From Upstream (#44)
* Update issue templates * Replace Facade Proxy with handwritten proxy. (rhashimoto#285) * Replace Proxy with handwritten proxy for jRead/jWrite buffers. * Replace Proxy with handwritten proxy for VFS return data. --------- Co-authored-by: Roy Hashimoto <[email protected]> * Use non-CAPTCHA SQLite download URL. (rhashimoto#289) * Use non-CAPTCHA SQLite download URL. * Use consistent Makefile variable bracing. --------- Co-authored-by: Roy Hashimoto <[email protected]> * update build * added changeset --------- Co-authored-by: Roy Hashimoto <[email protected]> Co-authored-by: Roy Hashimoto <[email protected]>
1 parent a2e7eef commit 8d01b17

21 files changed

+259
-58
lines changed

.changeset/thick-mirrors-count.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
'@journeyapps/wa-sqlite': minor
3+
---
4+
5+
Updated from upstream:
6+
7+
- Replace Facade Proxy with handwritten proxy.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: " Do not post anything other than a bug report"
3+
about: Issues are only for possible bugs in project code.
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

Makefile

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# dependencies
2-
SQLITE_VERSION = 3.50.1
2+
3+
BASE_SQLITE_VERSION=3.50.1
4+
SQLITE_VERSION = version-${BASE_SQLITE_VERSION}
35
MC_SQLITE_VERSION = 2.1.3
4-
SQLITE_TARBALL_URL = https://www.sqlite.org/src/tarball/sqlite.tar.gz?r=version-${SQLITE_VERSION}
5-
MC_SQLITE_URL = https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v${MC_SQLITE_VERSION}/sqlite3mc-${MC_SQLITE_VERSION}-sqlite-${SQLITE_VERSION}-amalgamation.zip
6+
SQLITE_TARBALL_URL = https://www.sqlite.org/src/tarball/$(SQLITE_VERSION)/sqlite.tar.gz
7+
MC_SQLITE_URL = https://github.com/utelle/SQLite3MultipleCiphers/releases/download/v${MC_SQLITE_VERSION}/sqlite3mc-${MC_SQLITE_VERSION}-sqlite-${BASE_SQLITE_VERSION}-amalgamation.zip
8+
69
EXTENSION_FUNCTIONS = extension-functions.c
710
EXTENSION_FUNCTIONS_URL = https://www.sqlite.org/contrib/download/extension-functions.c?get=25
811
EXTENSION_FUNCTIONS_SHA3 = ee39ddf5eaa21e1d0ebcbceeab42822dd0c4f82d8039ce173fd4814807faabfa

dist/mc-wa-sqlite-async.mjs

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

dist/mc-wa-sqlite-async.wasm

-9.39 KB
Binary file not shown.

dist/mc-wa-sqlite-jspi.mjs

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

dist/mc-wa-sqlite-jspi.wasm

677 Bytes
Binary file not shown.

dist/mc-wa-sqlite.mjs

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

dist/mc-wa-sqlite.wasm

677 Bytes
Binary file not shown.

dist/wa-sqlite-async-dynamic-main.mjs

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)