mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-23 11:41:58 +00:00
flush
This commit is contained in:
@ -361,6 +361,11 @@ impl MemorySection {
|
||||
pub fn entries(&self) -> &[MemoryType] {
|
||||
&self.0
|
||||
}
|
||||
|
||||
/// Mutable list of all memory entries in the section
|
||||
pub fn entries_mut(&mut self) -> &mut Vec<MemoryType> {
|
||||
&mut self.0
|
||||
}
|
||||
}
|
||||
|
||||
impl Deserialize for MemorySection {
|
||||
|
Reference in New Issue
Block a user