concordium-node-sdk-js
concordium-node-sdk-js copied to clipboard
Update wasm-pack when minimum supported rust version is 1.74 or above
Bug Description
Building the rust-bindings using rust version 1.79 (maybe other newer versions as well) and wasm-pack version 0.12.1 is causing runtime error: unreachable.
This seems to be fixed by updating wasm-pack to 0.13.0, but this requires a minimum rust version of 1.74.
I have added a unit test which should catch this, when we update the rust version in the future