This is currently blocking #112
The CI error message here actually gives a fairly good description:
Currently the bindgen format is unstable enough that these two version must
exactly match, so it's required that these two version are kept in sync by
either updating the wasm-bindgen dependency or this binary.
The solution here is simple, just always download the latest binary from Github instead of pinning the version.
This is currently blocking #112
The CI error message here actually gives a fairly good description:
The solution here is simple, just always download the latest binary from Github instead of pinning the version.