#976·pglite

[BUG]: webview 108 load failed Line 46705 - Msg: Uncaught (in promise) RuntimeError: Aborted(). Build with -sASSERTIONS for more info.

Author: wszgrcyCreated Apr 18, 2026Updated Aug 3, 2026
Labelsbug

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.
Image

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 to build a debug version of PGlite which you can then use in an interactive debugging session.