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
Once we are compiling with a wasm64 target, instead of wasm32-wasip1, we should change the keys, values, items, and len methods on StableBTreeMap to bigint. This is because the skip and take implementations will then accept usize of size u64.
The text was updated successfully, but these errors were encountered:
Once we are compiling with a
wasm64
target, instead ofwasm32-wasip1
, we should change thekeys
,values
,items
, andlen
methods on StableBTreeMap tobigint
. This is because theskip
andtake
implementations will then acceptusize
of sizeu64
.The text was updated successfully, but these errors were encountered: