Still working on improving wasm2go (a Wasm to Go "transpiler"): https://github.com/ncruces/wasm2go

Already using it for my SQLite driver, and already in use by some a few other projects: https://github.com/topics/wasm2go

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