Switch search runtime to vendored sqlite3 WASM
This commit is contained in:
parent
fc85729374
commit
04c8ce7005
6 changed files with 13059 additions and 10 deletions
|
@ -365,8 +365,8 @@
|
|||
<!-- Third-party libs loaded from CDNs (no trackers). Pinned versions. -->
|
||||
<!-- fflate: tiny ZIP library used to unzip the downloaded DB archive client-side. -->
|
||||
<script src="https://cdn.jsdelivr.net/npm/fflate@0.8.2/umd/index.js" crossorigin="anonymous"></script>
|
||||
<!-- sql.js (WASM SQLite) loader; WASM resolved via locateFile in script.js. -->
|
||||
<script src="https://cdnjs.cloudflare.com/ajax/libs/sql.js/1.10.2/sql-wasm.js" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
|
||||
<!-- SQLite WASM build (oo1 API) shipped locally to ensure FTS5 support. -->
|
||||
<script src="./vendor/sqlite3/sqlite3.js"></script>
|
||||
|
||||
<!-- App logic -->
|
||||
<script src="./script.js"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue