mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-14 17:31:20 +00:00
Bump size of global up to 128 bits.
Fixes last spec test failure from the WAVM SIMD spec test.
This commit is contained in:
@ -535,7 +535,7 @@ impl LocalMemory {
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
#[repr(C)]
|
||||
pub struct LocalGlobal {
|
||||
pub data: u64,
|
||||
pub data: u128,
|
||||
}
|
||||
|
||||
impl LocalGlobal {
|
||||
|
Reference in New Issue
Block a user