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
Updating sql.js to 1.13.0 causes errors like "LinkError: WebAssembly.instantiate(): Import sql-js/sql.js#34 "a" "I": function import requires a callable"
Either jeep-sqlite is causing it or the sqlite package itself. Would be great to upgrade the version since sql.js 1.13.0 has many improvements.
The text was updated successfully, but these errors were encountered:
Not sure if this is the issue as jeep-sqlite installs sql.js 1.13.0 as dependency (^1.11.0).
I think it has something to do with how jeep-sqlite is loading the .wasm file. If you look at this issue in sql.js, incompatability between software and .wasm can cause the "I": function import requires a callable" issue.
Updating sql.js to 1.13.0 causes errors like "LinkError: WebAssembly.instantiate(): Import sql-js/sql.js#34 "a" "I": function import requires a callable"
Either jeep-sqlite is causing it or the sqlite package itself. Would be great to upgrade the version since sql.js 1.13.0 has many improvements.
The text was updated successfully, but these errors were encountered: