mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-13 06:15:33 +00:00
Added description of offset_guard_size
This commit is contained in:
parent
7e78d3c661
commit
1057131bc7
@ -26,6 +26,8 @@ pub struct LinearMemory {
|
||||
// to set a maximum.
|
||||
maximum: Option<u32>,
|
||||
|
||||
// The size of the extra guard pages after the end.
|
||||
// Is used to optimize loads and stores with constant offsets.
|
||||
offset_guard_size: usize,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user