I've been following what you've done on wasm2go ever since you moved https://github.com/ncruces/go-sqlite3 off wazero and onto wasm2go. Absolutely brilliant work! Crazy, but brilliant. Hope to contribute some time soon!
I've been following what you've done on wasm2go ever since you moved https://github.com/ncruces/go-sqlite3 off wazero and onto wasm2go. Absolutely brilliant work! Crazy, but brilliant. Hope to contribute some time soon!
Thanks! Just today I'm hoping to provide a way to dynamically link separately compiled SQLite extensions, using vec1 as the testbed. Hopefully, that opens up additional use cases made hard by CGO/modernc. Crazy stuff, indeed.
https://sqlite.org/vec1/doc/trunk/doc/vec1.md
And here it is: https://github.com/ncruces/go-sqlite3/pull/375