Remove extension-functions.c from web assembly and add JS polyfills
Opened this issue · 1 comments
AnyhowStep commented
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.
AnyhowStep commented
Well, the other alternative is to modify extension-functions.c and make the functions deterministic