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
I built some code and attempted to run it and received a runtime error:
Error: incompatible import type for "lunatic::distributed::send_receive_skip_search" Caused by: function types incompatible: expected func of type "(i64, i64, i64) -> (i32)", found func of type "(i64, i64, i64, i64) -> (i32)"
Feels like I might need an older version of wasm32-wasip1 to run this? Sorry that I don't have more diagnostics, that's all it is giving me.
The text was updated successfully, but these errors were encountered:
Updating my dependencies in Cargo.toml for lunatic, from 0.12 to 0.14.1, seems to have solved that issue and broken a lot of my code. :-/ Now I just need to find the docs for the newer version.
I built some code and attempted to run it and received a runtime error:
Error: incompatible import type for "lunatic::distributed::send_receive_skip_search" Caused by: function types incompatible: expected func of type "(i64, i64, i64) -> (i32)", found func of type "(i64, i64, i64, i64) -> (i32)"
Feels like I might need an older version of wasm32-wasip1 to run this? Sorry that I don't have more diagnostics, that's all it is giving me.
The text was updated successfully, but these errors were encountered: