Skip to content

Instantly share code, notes, and snippets.

@hazelmeow
hazelmeow / expo-web-sqlite-wasm.md
Last active September 16, 2024 23:14
SQLite WASM in Expo Web

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