You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to load PhpWeb in NextJS app, but it's failing as below:
Unhandled Runtime Error
RuntimeError: abort(RuntimeError: abort(both async and sync fetching of the wasm failed). Build with -s ASSERTIONS=1 for more info.). Build with -s ASSERTIONS=1 for more info.
Call Stack
abort
node_modules/php-wasm/php-web.js (9:11689)
eval
node_modules/php-wasm/php-web.js (9:13352)
I'm trying to load PhpWeb in NextJS app, but it's failing as below:
Version:
[email protected]
I'm loading
<Drupal/>
component by:where Drupal class is defined as:
Any ideas why this error happens? In
php-web.js
file?The text was updated successfully, but these errors were encountered: