@sqlite.org/sqlite-wasm
Advanced tools
Comparing version
{ | ||
"name": "@sqlite.org/sqlite-wasm", | ||
"version": "3.44.0-build3", | ||
"version": "3.44.0-build4", | ||
"description": "SQLite Wasm conveniently wrapped as an ES Module.", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -25,4 +25,4 @@ # SQLite Wasm | ||
- [in the main thread with a wrapped worker](#in-a-wrapped-worker-with-opfs) | ||
(preferred option 💡) and | ||
- [in the main thread with a wrapped worker](#in-a-wrapped-worker-with-opfs-if-available) | ||
(🏆 preferred option) | ||
- [in a worker](#in-a-worker-with-opfs-if-available) | ||
@@ -29,0 +29,0 @@ - [in the main thread](#in-the-main-thread-without-opfs) |
3113341
0