Conversation
NyaaaWhatsUpDoc
left a comment
There was a problem hiding this comment.
this all looks great to me 👍
|
@pgaskin I added minimal tests for everything you requested (so, at least the happy path should work), but would still appreciate your look into this. |
|
I still want to see if I can "hide" the exposed internal APIs from I'd also like to do a release, since there are a few nice unreleased things (a memory configuration fix, |
|
I was able to hide almost everything. This turned out to be a huge refactoring PR, but seems good to go. |
|
i'll take a proper look over it again tomorrow, but on brief look the new wrapping context that gets passed to the auxilliary function hooks looks like a really nice, clean API! |
|
Thanks. No invention there, that's exactly how the API works to begin with. 😀 The most weird thing is how iterators were done, which maps to Go iterators, which only really works because it's either one int or 2. |
See: #54 and ncruces/go-sqlite3-wasm#7