You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Bug Description
Building the
rust-bindings
using rust version1.79
(maybe other newer versions as well) andwasm-pack
version0.12.1
is causing runtime error:unreachable
.This seems to be fixed by updating
wasm-pack
to0.13.0
, but this requires a minimum rust version of1.74
.I have added a unit test which should catch this, when we update the rust version in the future
The text was updated successfully, but these errors were encountered: