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
At present, the total install size on disk of the sql.js module is 30MB. Half of that is a second copy of the compiled JavaScript that gets pulled into the package by accident. It appears that the whole gh-pages branch is included in the npm package, including the built version of sql.js that is used on the demo web page.