lunatic-rs
lunatic-rs copied to clipboard
Runtime Error: incompatible import type for `lunatic::distributed::send_receive_skip_search`
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.