electric-sql / electric-sql/pglite
[BUG]: webview 108 load failed Line 46705 - Msg: Uncaught (in promise) RuntimeError: Aborted(). Build with -sASSERTIONS for more info.
- Dominant language
- TypeScript
- Stars
- 16k
- Forks
- 442
- Avg merge
- 20h 19m
- Merged PRs (30d)
- 7
Description
**Describe the bug**
I'm running into an error when launching on mobile WebView 108. I checked WASM support on caniuse.com, and it should theoretically work fine, but I'm not sure why it's throwing an exception. Switching to the latest WebView (version 149) resolves the issue, and it launches successfully.
```
2026-04-18 20:00:36.503 Capacitor/Console io.angular.starter E File: https://localhost/main.js - Line 46705 - Msg: Uncaught (in promise) RuntimeError: Aborted(). Build with -sASSERTIONS for more info.
```
**To Reproduce** - include code sample(s)
webview 108 run pglite demo
**Logs**
If applicable, include logs (ideally as text, not screenshots) that you gathered.
**Details**
- PGlite version `0.4.4`
- using any extensions? which ones? `live`
- OS version android `12`
- node, bun, deno or browser version `com.android.webview version 108.0.5359.79 (code 535907903)`
**Additional context**
Add any other context about the problem here.
**Other**
If you want to help fix this, you might want to try debugging the issue yourself! Follow the instructions [here](https://pglite.dev/debugging) to build a debug version of PGlite which you can then use in an interactive debugging session.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.