mirror of
https://github.com/fluencelabs/parity-wasm
synced 2025-06-12 22:41:40 +00:00
load_i32
This commit is contained in:
@ -591,6 +591,11 @@ impl DataSection {
|
||||
pub fn entries(&self) -> &[DataSegment] {
|
||||
&self.0
|
||||
}
|
||||
|
||||
/// Mutable list of all data entries in the section
|
||||
pub fn entries_mut(&mut self) -> &mut Vec<DataSegment> {
|
||||
&mut self.0
|
||||
}
|
||||
}
|
||||
|
||||
impl Deserialize for DataSection {
|
||||
|
Reference in New Issue
Block a user