Now with wazero
This release changes the WebAssembly engine to wazero, a pure Go wasm runtime. Now cgo is no longer required! It should be a lot easier to cross-compile this library now.
Thanks to @ncruces for porting it.
It looks like wasmtime is still a smidge faster for certain things. If anyone is interested in support for both, please make an issue. It probably wouldn't be too hard to accommodate a choice of runtimes. However, it's still quite good. Small queries are actually faster now (due to less overhead?). This also opens up the path to better integration with Go.
What's Changed
New Contributors
Full Changelog: v0.16.7...v0.17.0