wiggle-runtime: isize and usize do not have same repr in guest and host
This commit is contained in:
@@ -108,9 +108,9 @@ macro_rules! primitives {
|
||||
|
||||
primitives! {
|
||||
// signed
|
||||
i8 i16 i32 i64 i128 isize
|
||||
i8 i16 i32 i64 i128
|
||||
// unsigned
|
||||
u8 u16 u32 u64 u128 usize
|
||||
u8 u16 u32 u64 u128
|
||||
// floats
|
||||
f32 f64
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user