issues
search
FuelLabs
/
fuel-vm
Fuel v2 interpreter in Rust
Other
358
stars
88
forks
source link
Avoid conversion into `usize` type and use `u32` or `u64` instead
#789
Closed
xgreenx
closed
4 months ago
xgreenx
commented
4 months ago
Removed
try_into
conversion into
usize
.
Updated
CallFrame
to store only padded code size.
Before requesting review
[x] I have reviewed the code myself
try_into
conversion intousize
.CallFrame
to store only padded code size.Before requesting review