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
Right now we have pinned the wasm-bindgen deps wasm-bindgen = { version = "= 0.2.92" }
This can be a little bit annoying for people that use cairo-vm as a library, so, it would be good to unpin the deps
The problem is that when we unpin it we get some errors with the no-std compilation.
see #1847
I think that we a little research we can come out with a solution
The text was updated successfully, but these errors were encountered:
Right now we have pinned the wasm-bindgen deps
wasm-bindgen = { version = "= 0.2.92" }
This can be a little bit annoying for people that use cairo-vm as a library, so, it would be good to unpin the deps
The problem is that when we unpin it we get some errors with the no-std compilation.
see #1847
I think that we a little research we can come out with a solution
The text was updated successfully, but these errors were encountered: