Closed davxy closed 11 months ago
Maybe you want to make the FieldColumn::len a u32 instead of usize.
FieldColumn::len
u32
usize
Otherwise will be 8 bytes in 64-bit hosts and 4 in wasm. So serialized result will not be portable
Maybe you want to make the
FieldColumn::len
au32
instead ofusize
.Otherwise will be 8 bytes in 64-bit hosts and 4 in wasm. So serialized result will not be portable