I had this code in my repository, but since updating to master I am starting to get this error generated during compile time:
error[E0425]: cannot find value `SIZE_IN_SLOT_COUNT` in the crate root
--> src/eval.rs:194:1
|
194 | wasm3::make_func_wrapper!(wasm_extmem_store_8_wrap: wasm_extmem_store_8(address: u64, value: u64));
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in the crate root
I had this code in my repository, but since updating to master I am starting to get this error generated during compile time:
Thanks!