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
$ cargo check
Checking wasmer v2.0.0
error[E0277]: the trait bound `u64: From<usize>` is not satisfied
--> /xxx/.cargo/registry/src/jackfan.us.kg-1ecc6299db9ec823/wasmer-2.0.0/src/externals/memory.rs:134:28
|
134 | def.current_length.into()
| ^^^^ the trait `From<usize>` is not implemented for `u64`
|
= help: the following implementations were found:
<u64 as From<&'a rend::BigEndian<u64>>>
<u64 as From<&'a rend::LittleEndian<u64>>>
<u64 as From<&'a rend::NativeEndian<u64>>>
<u64 as From<NonZeroU64>>
and 8 others
= note: required because of the requirements on the impl of `Into<u64>` for `usize`
see also: wasmerio/wasmer#2749
The text was updated successfully, but these errors were encountered: