I was able to get SQLite WASM to work on Expo Web with the following setup:
Add sqlite wasm files to public/
:
public
├── sqlite_wasm
│ ├── sqlite3-opfs-async-proxy.js
│ ├── sqlite3-worker1.js
│ ├── sqlite3.js
│ └── sqlite3.wasm
I was able to get SQLite WASM to work on Expo Web with the following setup:
Add sqlite wasm files to public/
:
public
├── sqlite_wasm
│ ├── sqlite3-opfs-async-proxy.js
│ ├── sqlite3-worker1.js
│ ├── sqlite3.js
│ └── sqlite3.wasm