mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-27 05:49:08 +00:00
Have List.withCapacity lowlevel use u64 over usize
This commit is contained in:
parent
aabd95404f
commit
0b42a902ab
3 changed files with 14 additions and 18 deletions
|
@ -459,7 +459,7 @@ impl<'a> LowLevelCall<'a> {
|
|||
|
||||
// Zig arguments Wasm types
|
||||
// (return pointer) i32
|
||||
// capacity: usize i32
|
||||
// capacity: u64 i64
|
||||
// alignment: u32 i32
|
||||
// element_width: usize i32
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue