concordium-node-sdk-js icon indicating copy to clipboard operation
concordium-node-sdk-js copied to clipboard

Update wasm-pack when minimum supported rust version is 1.74 or above

Open limemloh opened this issue 6 months ago • 0 comments

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

limemloh avatar Aug 07 '24 10:08 limemloh