Rearrange where usize -> u64 conversions happen

This commit is contained in:
Richard Feldman 2024-02-13 09:26:22 -05:00
parent ca8f83b896
commit b2ce7e5fcf
No known key found for this signature in database
GPG key ID: F1F21AA5B1D9E43B
4 changed files with 35 additions and 20 deletions

View file

@ -232,8 +232,8 @@ impl<'a> LowLevelCall<'a> {
output: *FromUtf8Result i32
arg: RocList i32
start i32
count i32
start i64
count i64
update_mode: UpdateMode i32
*/