AnyhowStep/tsql-sqlite3-browser

Remove extension-functions.c from web assembly and add JS polyfills

Opened this issue · 1 comments

The extension-functions.c comes from,
https://www.sqlite.org/contrib?orderby=date

The problem with these extension functions is that they are marked as non-deterministic.

However, sqrt() is a deterministic function.

Well, the other alternative is to modify extension-functions.c and make the functions deterministic