wazero had a big update this week:
<a href="https://github.com/tetratelabs/wazero/releases/tag/v1.7.0">https://github.com/tetratelabs/wazero/releases/tag/v1.7.0</a><p>This includes the final release of the new optimizing compiler, which is a big improvement over the previous one.<p>The new version also adds experimental support for threads and snapshot/restore (setjmp/longjmp).<p>This is already being used by go-pgquery, which means that sqlc won't need to ship 2 almost copies of wazero (these features had been implemented on a friendly fork, and have now been up-streamed).