lunatic-rs icon indicating copy to clipboard operation
lunatic-rs copied to clipboard

Runtime Error: incompatible import type for `lunatic::distributed::send_receive_skip_search`

Open daveman1010221 opened this issue 6 months ago • 2 comments

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.

daveman1010221 avatar Aug 16 '24 03:08 daveman1010221