libsql-js
libsql-js copied to clipboard
Make iterator actually asynchronous
As Zeno pointed out, the Rows::js_next() function has no async variant that would return a promise. This means that we'll block the JavaScript thread while fetching for rows.